Skip to content

Commit b0d250c

Browse files
committed
Update documentation for FAST_MATH setting
Auto-generated documentation update for the new FAST_MATH setting added in the previous commit.
1 parent f127025 commit b0d250c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

site/source/docs/tools_reference/settings_reference.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ defaults 1, absent any other settings:
4646

4747
Default value: 0
4848

49+
.. _fast_math:
50+
51+
FAST_MATH
52+
=========
53+
54+
Enable fast math optimizations in wasm-opt when -ffast-math is passed.
55+
This enables aggressive floating-point optimizations that may violate
56+
IEEE 754 semantics but can improve performance.
57+
58+
Default value: 0
59+
4960
.. _check_null_writes:
5061

5162
CHECK_NULL_WRITES

0 commit comments

Comments
 (0)