#
aabd8f68 |
| 20-Mar-2024 |
rillig <rillig@NetBSD.org> |
sparc64/fpsetround: avoid shifting into the sign bit
Lint had warned about the constant expression '0x03 << 30' but not about the structurally equal nonconstant expression '(rnd_dir & 0x03) << 30'.
sparc64/fpsetround: avoid shifting into the sign bit
Lint had warned about the constant expression '0x03 << 30' but not about the structurally equal nonconstant expression '(rnd_dir & 0x03) << 30'.
No binary change.
show more ...
|
#
08e65c02 |
| 11-Mar-2024 |
christos <christos@NetBSD.org> |
fix lint
|
#
a078c856 |
| 28-Oct-2013 |
mrg <mrg@NetBSD.org> |
convert to ANSI C definitions.
|
#
38e436ce |
| 15-Feb-2013 |
martin <martin@NetBSD.org> |
While we are using softfloat for 128 bit long double values, make fpsetround update the softfloat rounding mode as well.
|
#
0abf123a |
| 17-Mar-2012 |
martin <martin@NetBSD.org> |
delint
|
#
ce666bb8 |
| 24-Dec-2005 |
perry <perry@NetBSD.org> |
__asm__ -> __asm
|
#
88c3eadb |
| 12-Jun-2005 |
lukem <lukem@NetBSD.org> |
Add missing __RCSID()
|
#
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.
|
#
cf009bcc |
| 11-Sep-1998 |
eeh <eeh@NetBSD.org> |
Add sparc64-specific libc.
|