mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
210c1fa7b4
Build will currently fail due to amd64/fenv.c not building.
6 lines
286 B
Text
6 lines
286 B
Text
$(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
|