Add math.pow2_f{16,32,64}, fast floating point 2^x where x is an integer.

This commit is contained in:
Jeroen van Rijn
2023-11-04 22:14:44 +01:00
parent 5edb2c5688
commit 6201280468
4 changed files with 122 additions and 4 deletions
+2 -1
View File
@@ -2,4 +2,5 @@
set PATH_TO_ODIN==..\..\odin
rem %PATH_TO_ODIN% run test_rtti.odin -file -vet -strict-style -o:minimal || exit /b
%PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal || exit /b
rem -define:SEED=42
rem -define:SEED=42
%PATH_TO_ODIN% run test_pow.odin -file -vet -strict-style -o:minimal || exit /b