[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:
Justin C. Miller
2022-03-13 18:11:45 -07:00
parent d759aae318
commit 31c2053c1c
3 changed files with 54 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ variables:
ccflags: [
"--target=x86_64-jsix-elf",
"-mno-sse",
"-fno-omit-frame-pointer",
"-fno-stack-protector",