big: Add int_is_square.

This commit is contained in:
Jeroen van Rijn
2021-08-27 16:41:16 +02:00
parent 4153898c55
commit ec4cae4f04
5 changed files with 110 additions and 28 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
@echo off
odin run . -vet -o:size
odin run . -vet
: -o:size
:odin build . -build-mode:shared -show-timings -o:minimal -no-bounds-check -define:MATH_BIG_EXE=false && python test.py -fast-tests
:odin build . -build-mode:shared -show-timings -o:size -no-bounds-check -define:MATH_BIG_EXE=false && python test.py -fast-tests