Changeset 96278 in vbox for trunk/src/VBox/Runtime/common/math
- Timestamp:
- Aug 18, 2022 12:06:58 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/feraiseexcept.asm
r96213 r96278 94 94 jz .not_ze 95 95 %ifdef RT_NOCRT_RAISE_FPU_EXCEPT_IN_SSE_MODE 96 movss xmm0, [g_r32Zero xWrtRIP]97 96 movss xmm0, [g_r32One xWrtRIP] 97 movss xmm1, [g_r32Zero xWrtRIP] 98 98 divss xmm0, xmm1 99 99 %else
Note:
See TracChangeset
for help on using the changeset viewer.