mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
Fix typo.
This commit is contained in:
parent
7d4f2a2f21
commit
150fe881ce
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ void hwf_manager::round_to_integral(mpf_rounding_mode rm, hwf const & x, hwf & o
|
||||||
// CMW: modf is not the right function here.
|
// CMW: modf is not the right function here.
|
||||||
// modf(x.value, &o.value);
|
// modf(x.value, &o.value);
|
||||||
|
|
||||||
// According to the Intel Architecture manual, the x87-instrunction FRNDINT is the
|
// According to the Intel Architecture manual, the x87-instruction FRNDINT is the
|
||||||
// same in 32-bit and 64-bit mode. The _mm_round_* intrinsics are SSE4 extensions.
|
// same in 32-bit and 64-bit mode. The _mm_round_* intrinsics are SSE4 extensions.
|
||||||
#ifdef _WINDOWS
|
#ifdef _WINDOWS
|
||||||
#if defined(USE_INTRINSICS) && \
|
#if defined(USE_INTRINSICS) && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue