added memory_set'function

This commit is contained in:
2025-07-08 15:04:23 +02:00
parent 35a6894d9f
commit 9092d1276a
4 changed files with 90 additions and 11 deletions
+5
View File
@@ -7,6 +7,11 @@ LD_FLAGS := --strip-all
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
endif
SRC_PATH := src
OBJ_PATH := build/obj