Setting up a test case to test different iterations of rasterization

This commit is contained in:
Krzosa Karol
2022-07-09 15:45:11 +02:00
parent 0ff19b6ab4
commit a6ec33ca4f
3 changed files with 48 additions and 504 deletions

View File

@@ -1,5 +1,5 @@
@echo off
pushd %~dp0
clang main.cpp -mfma -mavx2 -Wall -Wno-unused-function -Wno-missing-braces -fno-exceptions -fdiagnostics-absolute-paths -I".." -g -o main.exe -Wl,user32.lib
clang main.cpp -O2 -mfma -mavx2 -Wall -Wno-unused-function -Wno-missing-braces -fno-exceptions -fdiagnostics-absolute-paths -I".." -g -o main.exe -Wl,user32.lib
popd