You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`x86_64-unknown-linux-gnu` | 64-bit Linux (kernel 3.2+, glibc 2.17+)
43
+
<!-- TIER1HOST SECTION START -->
44
+
<!-- See `src/tools/target-docs` -->
45
+
<!-- TIER1HOST SECTION END -->
43
46
44
47
[^x86_32-floats-return-ABI]: Due to limitations of the C ABI, floating-point support on `i686` targets is non-compliant: floating-point return values are passed via an x87 register, so NaN payload bits can be lost. See [issue #114479][x86-32-float-issue].
45
48
@@ -102,7 +105,9 @@ target | notes
102
105
`x86_64-unknown-illumos` | illumos
103
106
`x86_64-unknown-linux-musl` | 64-bit Linux with musl 1.2.3
[^x86_32-floats-x87]: Floating-point support on `i586` targets is non-compliant: the `x87` registers and instructions used for these targets do not provide IEEE-754-compliant behavior, in particular when it comes to rounding and NaN payload bits. See [issue #114479][x86-32-float-issue].
0 commit comments