big: Move division internals.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:53 +02:00
parent e288a563e1
commit 62dcccd7ef
4 changed files with 358 additions and 362 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