Meta: Add OpenLibm
This commit is contained in:
parent
4a72f35e9b
commit
172b4ce7a3
724 changed files with 51312 additions and 0 deletions
7
src/openlibm/amd64/Make.files
Normal file
7
src/openlibm/amd64/Make.files
Normal file
|
@ -0,0 +1,7 @@
|
|||
$(CUR_SRCS) = fenv.c e_remainder.S e_remainderf.S e_remainderl.S \
|
||||
e_sqrt.S e_sqrtf.S e_sqrtl.S \
|
||||
s_llrint.S s_llrintf.S s_llrintl.S \
|
||||
s_logbl.S s_lrint.S s_lrintf.S s_lrintl.S \
|
||||
s_remquo.S s_remquof.S s_remquol.S \
|
||||
s_rintl.S s_scalbn.S s_scalbnf.S s_scalbnl.S \
|
||||
e_fmod.S e_fmodf.S e_fmodl.S
|
Loading…
Add table
Add a link
Reference in a new issue