YES IT DOES NOT SEGFAULT

This commit is contained in:
2025-07-08 22:50:46 +02:00
parent 9092d1276a
commit 76093db3c9
5 changed files with 53 additions and 20 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ DEBUG_LD_FLAGS := -g
DEBUG_NASM_FLAGS := -g -F dwarf
# check for avx2 support
ifeq ($(shell grep -o 'avx2[^ ]*' /proc/cpuinfo | head -n 1),avx2)
NASM_FLAGS += -DAVX2
ifeq ($(shell grep -o 'avx512[^ ]*' /proc/cpuinfo | head -n 1),avx512)
NASM_FLAGS += -DAVX512
endif