aboutsummaryrefslogtreecommitdiff
path: root/tests/core/math/linalg
Commit message (Collapse)AuthorAgeFilesLines
* Port `tests\core\math`, `math\linalg\glsl` and `math\noise`Jeroen van Rijn2024-06-021-17/+3
|
* Keep `-vet` happy by removing `using`gingerBill2023-07-311-11/+4
|
* Remove `using` where easily possiblegingerBill2023-07-311-0/+1
|
* Fix issue #1574 "fract in linalg/glm is broken" by fixinggitlost2022-03-081-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