6232589aeb
working MI one. The MI one only needs to be overridden on machines with non-IEEE754 arithmetic. (The last supported one was the VAX.) It can also be overridden if someone comes up with a faster one that actually passes the regression tests -- but this is harder than it sounds.
10 lines
235 B
Makefile
10 lines
235 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS += _ctx_start.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
|
|
fpgetsticky.c fpsetmask.c fpsetround.c \
|
|
infinity.c ldexp.c makecontext.c _setjmp.S \
|
|
setjmp.S sigsetjmp.S signalcontext.c syncicache.c \
|
|
_set_tp.c
|
|
|
|
|