add multithreading

This commit is contained in:
2025-11-17 01:32:29 +02:00
parent b85f911e3e
commit 2d3ebea187
4 changed files with 146 additions and 11 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
CompileFlags:
Add:
- "-std=c23"
- "-std=gnu23"
- "-xc"
- "-march=native"
- "-mavx2"
Remove:
- "-std=c++*"