This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
lib
/
libc
/
sparc64
/
fpu
History
Kip Macy
5fe4c0e842
fix bus error in newsyslog by making sure that fields in struct fpemu
...
that are accessed as 8 byte quantities are 8 byte aligned
2006-10-12 04:38:41 +00:00
..
fpu_add.c
…
fpu_arith.h
…
fpu_compare.c
…
fpu_div.c
…
fpu_emu.h
fix bus error in newsyslog by making sure that fields in struct fpemu
2006-10-12 04:38:41 +00:00
fpu_explode.c
Fix long (and long long) to long double, unsigned to long double and unsigned
2005-05-27 10:00:22 +00:00
fpu_extern.h
…
fpu_implode.c
s/round/fpround/ to avoid naming clash with GCC builtin function.
2004-07-28 05:41:05 +00:00
fpu_mul.c
…
fpu_qp.c
For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq",
2006-04-16 14:32:53 +00:00
fpu_reg.h
…
fpu_reg.S
…
fpu_sqrt.c
…
fpu_subr.c
…
fpu.c
…
Makefile.inc
…