summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/m88k/fenv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce libm's exports and make internal calls go direct.guenther2016-09-121-1/+11
| | | | | | All dependencies on libc are now via reserved/standardized names. ok kettenis@ millert@ deraadt@
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-181-26/+26
|
* Switch m88k ports to ELF.miod2013-01-051-26/+26
|
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
| | | | ok guenther millert kettenis
* Trick GCC (-O2) into actually raising the underflow exception on m88k.martynas2011-04-291-3/+3
| | | | | | | | | | Since the second division operand is a power of two, non-zero, non-nan, this got optimized (-O2) into multiplication. As a result the underflow exception wasn't being raised properly. Make the second operand a volatile to prevent incorrect optimizations. OK miod@.
* ixnay on the nopfaymiod2011-04-281-3/+1
|
* fenv improvements and cleanupsmartynas2011-04-281-0/+358