VirtualBox

Changeset 94541 in vbox for trunk


Ignore:
Timestamp:
Apr 10, 2022 2:35:22 PM (3 years ago)
Author:
vboxsync
Message:

VMM/IEM: Implemented f2xm1. [build fix] bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp

    r94539 r94541  
    448448};
    449449
     450/* for clang: */
     451extern const RTFLOAT80U  g_ar80Zero[];
     452extern const RTFLOAT80U  g_ar80One[];
     453extern const RTFLOAT80U  g_r80Indefinite;
     454extern const RTFLOAT128U g_r128Ln2;
     455extern const RTUINT128U  g_u128Ln2Mantissa;
     456extern const RTUINT128U  g_u128Ln2MantissaIntel;
     457extern const RTFLOAT128U g_ar128F2xm1HornerConsts[];
    450458
    451459/** Zero values (indexed by fSign). */
     
    44944502
    44954503
     4504# if 0  /*  unused */
    44964505DECLINLINE(float128_t) iemFpuSoftF128FromIprt(PCRTFLOAT128U pr128)
    44974506{
     
    44994508    return r128;
    45004509}
     4510# endif
    45014511
    45024512
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