mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
Add math.pow2_f{16,32,64}, fast floating point 2^x where x is an integer.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
ODIN=../../odin
|
||||
|
||||
all: rtti_test map_test
|
||||
all: rtti_test map_test pow_test
|
||||
|
||||
rtti_test:
|
||||
$(ODIN) run test_rtti.odin -file -vet -strict-style -o:minimal
|
||||
|
||||
map_test:
|
||||
$(ODIN) run test_map.odin -file -vet -strict-style -o:minimal
|
||||
$(ODIN) run test_map.odin -file -vet -strict-style -o:minimal
|
||||
|
||||
pow_test:
|
||||
$(ODIN) run test_pow.odin -file -vet -strict-style -o:minimal
|
||||
Reference in New Issue
Block a user