Update tests.

This commit is contained in:
David Reid
2018-04-29 16:24:17 +10:00
parent 631079d724
commit b6e8fcb5f7
3 changed files with 54 additions and 9 deletions
+7 -2
View File
@@ -1,2 +1,7 @@
gcc mal_test_0.c -o ./bin/mal_test_0.exe -Wall -mavx
g++ mal_test_0.cpp -o ./bin/mal_test_0_cpp.exe -Wall -mavx
@echo off
SET c_compiler=gcc
SET cpp_compiler=g++
@echo on
%c_compiler% mal_test_0.c -o ./bin/mal_test_0.exe -Wall -mavx
%cpp_compiler% mal_test_0.cpp -o ./bin/mal_test_0_cpp.exe -Wall -mavx