Skip to content

Commit 71a5f3c

Browse files
committed
link to LLVM issue for lack of documented float semantics
1 parent 48eeb5b commit 71a5f3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/0000-float-semantics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ In Rust itself, questions around float semantics have been discussed for a long
270270
# Unresolved questions
271271
[unresolved-questions]: #unresolved-questions
272272

273+
- Should we be concerned that LLVM does [not actually document](https://github.com/llvm/llvm-project/issues/60942) that it uses IEEE float semantics?
274+
It does assume IEEE semantics in its own optimization passes.
273275
- Are there any other targets with floating-point trouble?
274276
- What exactly is the set of "extra" NaNs for all remaining targets?
275277
- To what extend does this specification apply to platform intrinsics?

0 commit comments

Comments
 (0)