| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| * | Remove math usage of raw LLVM intrinsic prototypes | gingerBill | 2023-07-07 | 1 | -16/+82 |
| * | Add @(require_results) to `core:math` procedures | gingerBill | 2023-05-22 | 1 | -23/+27 |
| * | Fix typo | gingerBill | 2021-11-16 | 1 | -1/+1 |
| * | Implement `ln` based off FreeBSD's /usr/src/lib/msun/src/e_log.c | gingerBill | 2021-11-16 | 1 | -7/+117 |
| * | Implement `math.sqrt` with `intrinsics.sqrt` | gingerBill | 2021-11-16 | 1 | -7/+12 |
| * | Implement `ldexp` and `frexp` in native Odin | gingerBill | 2021-11-16 | 1 | -7/+0 |
| * | Add math_js.odin specific calls (that just wrap the `f64` procedures) | gingerBill | 2021-11-07 | 1 | -0/+1 |
| * | Begin work in semi-standardized `js_wasm32` target | gingerBill | 2021-11-07 | 1 | -0/+60 |