This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-15 14:29:58 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ef94de735a
opnsense-src
/
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
Shift the FPSR contents by the correct amount so feupdateenv() raises
2004-06-11 02:35:30 +00:00
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