big: Split up int_is_* comparison tests.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:53 +02:00
parent 777e17d80f
commit fd95f50c56
5 changed files with 353 additions and 262 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
@echo off
odin run . -vet
:odin run . -vet
: -o:size
:odin build . -build-mode:shared -show-timings -o:minimal -no-bounds-check
:odin build . -build-mode:shared -show-timings -o:size -no-bounds-check
:odin build . -build-mode:shared -show-timings -o:size
:odin build . -build-mode:shared -show-timings -o:speed -no-bounds-check
odin build . -build-mode:shared -show-timings -o:speed -no-bounds-check
:odin build . -build-mode:shared -show-timings -o:speed
:python test.py
python test.py