Handwritten asm: bcmp, bcopy, bzero (#1817)

* Handwritten asm: bcmp, bcopy, bzero

* consistent and

* Consistent add
This commit is contained in:
Tharo
2025-08-16 14:07:25 +01:00
committed by GitHub
parent 086fc5635e
commit 28b60fc00c
5 changed files with 364 additions and 3 deletions
+2
View File
@@ -447,6 +447,8 @@ $(BUILD_DIR)/src/libultra/libc/%.o: OPTFLAGS := -O2
$(BUILD_DIR)/src/libultra/gu/%.o: OPTFLAGS := -O2
$(BUILD_DIR)/src/libultra/rmon/%.o: OPTFLAGS := -O2
$(BUILD_DIR)/src/libultra/libc/%.o: ASOPTFLAGS := -O2
$(BUILD_DIR)/src/boot/libu64/%.o: OPTFLAGS := -O2
$(BUILD_DIR)/src/boot/libc/%.o: OPTFLAGS := -O2