Some rough floating point macros!
This commit is contained in:
parent
2ada975628
commit
ef5fd0562f
4 changed files with 173 additions and 3 deletions
4
makefile
4
makefile
|
@ -56,7 +56,7 @@ string/memset.o \
|
|||
string/strcmp.o \
|
||||
string/strcspn.o \
|
||||
string/strlen.o \
|
||||
string/strtok.o \
|
||||
string/strtok.o
|
||||
|
||||
HOSTEDOBJS=\
|
||||
$(ARCH_HOSTEDOBJS) \
|
||||
|
@ -66,6 +66,8 @@ math/cosl.o \
|
|||
math/fabs.o \
|
||||
math/fabsf.o \
|
||||
math/fabsl.o \
|
||||
math/__fpclassify.o \
|
||||
math/__signbit.o \
|
||||
stdlib/abs.o \
|
||||
stdlib/div.o \
|
||||
stdlib/labs.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue