- Timestamp:
- Apr 11, 2022 12:54:09 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r94545 r94550 465 465 RTFLOAT80U const g_r80Indefinite = RTFLOAT80U_INIT_INDEFINITE(1); 466 466 467 #if 0 467 468 /** 128-bit floating point constant: 2.0 */ 468 469 const RTFLOAT128U g_r128Two = RTFLOAT128U_INIT_C(0, 0, 0, RTFLOAT128U_EXP_BIAS + 1); 470 #endif 469 471 470 472
Note:
See TracChangeset
for help on using the changeset viewer.