| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Port `tests\core\math`, `math\linalg\glsl` and `math\noise` | Jeroen van Rijn | 2024-06-02 | 1 | -17/+3 |
| | | |||||
| * | Keep `-vet` happy by removing `using` | gingerBill | 2023-07-31 | 1 | -11/+4 |
| | | |||||
| * | Remove `using` where easily possible | gingerBill | 2023-07-31 | 1 | -0/+1 |
| | | |||||
| * | Fix issue #1574 "fract in linalg/glm is broken" by fixing | gitlost | 2022-03-08 | 1 | -0/+85 |
| trunc_f16/32/64 in "math.odin" (~ typos on expressions) Fix classify_f16 Inf test (would fail for subnormal 0h0001) by changing multiplier 0.5 -> 0.25 Add some useful consts to "math.odin" (INF_F16 etc) Add comment to "demo.odin" mentioning that -0.0 must be used to specify negative zero | |||||