LibC: Implement some mem* and str* functions in assembly
This made them a lot faster on modern cpus with optimized rep stos and rep movs
This commit is contained in:
@@ -45,6 +45,7 @@ set(LIBC_SOURCES
|
||||
icxxabi.cpp
|
||||
|
||||
arch/${BANAN_ARCH}/setjmp.S
|
||||
arch/${BANAN_ARCH}/string.S
|
||||
|
||||
../../../BAN/BAN/Assert.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user