mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
b1f37dcef4
double's mantissa. - Add an assembly version of fmal.
5 lines
66 B
Makefile
5 lines
66 B
Makefile
# $FreeBSD$
|
|
|
|
ARCH_SRCS = s_fma.S s_fmaf.S s_fmal.S
|
|
LDBL_PREC = 64
|