* libu64

* libu64 -O2

* Add libu64.md
This commit is contained in:
Dragorn421
2024-11-08 02:27:19 +01:00
committed by GitHub
parent 9cd9099a04
commit fcc5cf828d
48 changed files with 78 additions and 60 deletions
+10 -10
View File
@@ -32,16 +32,16 @@ beginseg
include "$(BUILD_DIR)/src/boot/syncprintf.o"
include "$(BUILD_DIR)/src/boot/fault.o"
include "$(BUILD_DIR)/src/boot/fault_drawer.o"
include "$(BUILD_DIR)/src/boot/O2/rcp_utils.o"
include "$(BUILD_DIR)/src/boot/O2/loadfragment.o"
include "$(BUILD_DIR)/src/boot/O2/loadfragment2.o"
include "$(BUILD_DIR)/src/boot/O2/padutils.o"
include "$(BUILD_DIR)/src/boot/O2/stackcheck.o"
include "$(BUILD_DIR)/src/boot/O2/gfxprint.o"
include "$(BUILD_DIR)/src/boot/O2/mtxuty-cvt.o"
include "$(BUILD_DIR)/src/boot/O2/debug.o"
include "$(BUILD_DIR)/src/boot/O2/system_heap.o"
include "$(BUILD_DIR)/src/boot/O2/padsetup.o"
include "$(BUILD_DIR)/src/boot/libu64/rcp_utils.o"
include "$(BUILD_DIR)/src/boot/libu64/loadfragment.o"
include "$(BUILD_DIR)/src/boot/libu64/loadfragment2.o"
include "$(BUILD_DIR)/src/boot/libu64/pad.o"
include "$(BUILD_DIR)/src/boot/libu64/stackcheck.o"
include "$(BUILD_DIR)/src/boot/libu64/gfxprint.o"
include "$(BUILD_DIR)/src/boot/libu64/mtxuty-cvt.o"
include "$(BUILD_DIR)/src/boot/libu64/debug.o"
include "$(BUILD_DIR)/src/boot/libu64/system_heap.o"
include "$(BUILD_DIR)/src/boot/libu64/padsetup.o"
include "$(BUILD_DIR)/src/boot/libc64/math64.o"
include "$(BUILD_DIR)/asm/boot/fp.text.o" // Part of libc64
include "$(BUILD_DIR)/data/boot/fp.data.o"