mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the DN flag from the initial arm64 fpcr value
This fixes software that expects NaN values to propagate. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e4d89a633e
commit
fd860ace3b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#define VFPCR_AHP (0x04000000) /* alt. half-precision: */
|
||||
#define VFPCR_DN (0x02000000) /* default NaN enable */
|
||||
#define VFPCR_FZ (0x01000000) /* flush to zero enabled */
|
||||
#define VFPCR_INIT VFPCR_DN /* Default fpcr after exec */
|
||||
#define VFPCR_INIT 0 /* Default fpcr after exec */
|
||||
|
||||
#define VFPCR_RMODE_OFF 22 /* rounding mode offset */
|
||||
#define VFPCR_RMODE_MASK (0x00c00000) /* rounding mode mask */
|
||||
|
|
|
|||
Loading…
Reference in a new issue