big: Squashed shl1 bug when a larger dest was reused for a smaller result.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:53 +02:00
parent f8442e0524
commit 4be48973ad
7 changed files with 113 additions and 102 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
@echo off
:odin run . -vet-more
:odin run . -vet
: -o:size -no-bounds-check
:odin build . -build-mode:shared -show-timings -o:minimal -no-bounds-check
:odin build . -build-mode:shared -show-timings -o:size -no-bounds-check