This commit is contained in:
2022-03-25 22:46:19 +08:00
parent 2bd7fdac52
commit 3d01d60374
49 changed files with 3315 additions and 162 deletions
+4 -8
View File
@@ -1,8 +1,4 @@
all:
g++ mmw.cpp --std=c++1z -shared -fPIC -Ofast -march=native -g0 -s -o mmw.so
avx512:
g++ mmw.cpp --std=c++1z -shared -fPIC -Ofast -mavx512f -g0 -s -o mmw.so
debug:
g++ mmw.cpp --std=c++1z -shared -fPIC -O0 -march=native -g3 -o mmw.so
clean:
rm mmw.so -rf
snippet:
g++ -shared --std=c++1z out.cpp -O3 -march=native -o dll.so
clean:
rm *.shm -rf