Skip to content

Commit 6ab650b

Browse files
committed
Add a note about subnormals and link to the github issue.
1 parent e9737fb commit 6ab650b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AstSemantics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ Floating point arithmetic follows the IEEE-754 standard, except that:
368368
- Not all operations required by IEEE-754 are provided directly. However,
369369
WebAssembly includes enough functionality to support reasonable library
370370
implementations of the remaining required operations.
371+
- The strategy for gradual underflow (subnormals) is
372+
[under discussion](https://github.com/WebAssembly/design/issues/148).
371373

372374
* `float32.add`: addition
373375
* `float32.sub`: subtraction

0 commit comments

Comments
 (0)