mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[libc] Implement some math.h functions with builtins
This commit adds implementation of some of the basic math.h functions with compiler builtins.
This commit is contained in:
@@ -6,7 +6,6 @@ variables:
|
||||
|
||||
ccflags: [
|
||||
"--target=x86_64-jsix-elf",
|
||||
"-mno-sse",
|
||||
"-fno-omit-frame-pointer",
|
||||
"-fno-stack-protector",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user