#
49f1dcc8 |
| 06-Mar-2011 |
martin <martin@NetBSD.org> |
While we use hardware (for float and double), but cooperate with softfloat (to do long double), we need to not only handle the hardware exception mask and cummulated flags, but also update/query the
While we use hardware (for float and double), but cooperate with softfloat (to do long double), we need to not only handle the hardware exception mask and cummulated flags, but also update/query the softfloat variables. Since this may go away sometime (to make us psABI compliant), ifdef it properly.
show more ...
|
#
5d3e8294 |
| 13-Jan-2002 |
thorpej <thorpej@NetBSD.org> |
Add internal names for fp{get,set}{mask,round,sticky}(), and externally-visible weak aliases for the internal names.
|