- Timestamp:
- Apr 10, 2022 2:35:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r94539 r94541 448 448 }; 449 449 450 /* for clang: */ 451 extern const RTFLOAT80U g_ar80Zero[]; 452 extern const RTFLOAT80U g_ar80One[]; 453 extern const RTFLOAT80U g_r80Indefinite; 454 extern const RTFLOAT128U g_r128Ln2; 455 extern const RTUINT128U g_u128Ln2Mantissa; 456 extern const RTUINT128U g_u128Ln2MantissaIntel; 457 extern const RTFLOAT128U g_ar128F2xm1HornerConsts[]; 450 458 451 459 /** Zero values (indexed by fSign). */ … … 4494 4502 4495 4503 4504 # if 0 /* unused */ 4496 4505 DECLINLINE(float128_t) iemFpuSoftF128FromIprt(PCRTFLOAT128U pr128) 4497 4506 { … … 4499 4508 return r128; 4500 4509 } 4510 # endif 4501 4511 4502 4512
Note:
See TracChangeset
for help on using the changeset viewer.