This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
lib
/
msun
/
ia64
History
David Schultz
b1f37dcef4
- Define the LDBL_PREC to be the number of significant bits in a long
...
double's mantissa. - Add an assembly version of fmal.
2005-03-07 04:54:02 +00:00
..
fenv.c
…
fenv.h
Work around a gcc bug. This fixes feholdexcept() et al. at -O1.
2005-03-05 20:34:45 +00:00
Makefile.inc
- Define the LDBL_PREC to be the number of significant bits in a long
2005-03-07 04:54:02 +00:00
s_fma.S
Add fma() and fmaf(), which implement a fused multiply-add operation.
2005-01-22 09:53:18 +00:00
s_fmaf.S
Add fma() and fmaf(), which implement a fused multiply-add operation.
2005-01-22 09:53:18 +00:00
s_fmal.S
Add an assembly version of fmal.
2005-03-07 04:53:11 +00:00