VirtualBox

Changeset 105386 in vbox for trunk/include


Ignore:
Timestamp:
Jul 17, 2024 4:10:32 PM (6 months ago)
Author:
vboxsync
Message:

include/iprt/armv8.h: Add definitions for FPCR and FPSR registers, bugref:10652 [build fixes]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/armv8.h

    r105385 r105386  
    24092409# define ARMV8_FPCR_RMODE_RP                                    1
    24102410/** Round towards Minus Infinity (RM) mode. */
    2411 # define ARMV8_FPCR_RMODE_RP                                    2
     2411# define ARMV8_FPCR_RMODE_RM                                    2
    24122412/** Round towards Zero (RZ) mode. */
    24132413# define ARMV8_FPCR_RMODE_RZ                                    3
     
    24312431#define ARMV8_FPSR_OFC                                          RT_BIT_64(2)
    24322432/** Bit 3 - Underflow cumulative floating-point exception bit. */
    2433 #define ARMV8_FPSR_OFC                                          RT_BIT_64(3)
     2433#define ARMV8_FPSR_UFC                                          RT_BIT_64(3)
    24342434/** Bit 4 - Inexact cumulative floating-point exception bit. */
    24352435#define ARMV8_FPSR_IXC                                          RT_BIT_64(4)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette