Test cases working, testing operator overloads vs no overloads

This commit is contained in:
Krzosa Karol
2022-07-09 16:09:21 +02:00
parent f1e0646269
commit 33f22effd4
3 changed files with 47 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
@echo off
pushd %~dp0
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
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
popd