aboutsummaryrefslogtreecommitdiff
path: root/tests/common
Commit message (Collapse)AuthorAgeFilesLines
* Improve core:math procedures and add loads of unit testsgingerBill2022-11-291-1/+7
|
* Fix some core:encoding/hxa stuff (error handling, header, max -> min)gitlost2022-03-161-0/+35
| | | | | Also add missing f16 case to core:reflect as_u64 & as_f64 Add tests for above & add previous tests missing from test/core/build.bat
* Merge branch 'master' into fract_trunc_classify_#1574gitlost2022-03-091-16/+15
| | | | Resolve conflicts with [9848e88] & sameify Makefile & tests/common/common.odin
* Fix issue #1574 "fract in linalg/glm is broken" by fixinggitlost2022-03-081-0/+41
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