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
Copy file name to clipboardExpand all lines: clang/docs/ClangCommandLineReference.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -1705,7 +1705,7 @@ Enable support for int128\_t type
1705
1705
1706
1706
.. option:: -ffp-contract=<arg>
1707
1707
1708
-
Form fused FP ops (e.g. FMAs): fast (fuses across statements disregarding pragmas) \| on (only fuses in the same statement unless dictated by pragmas) \| off (never fuses) \| fast-honor-pragmas (fuses across statements unless diectated by pragmas). Default is 'fast' for CUDA, 'fast-honor-pragmas' for HIP, and 'on' otherwise.
1708
+
Form fused FP ops (e.g. FMAs): fast (fuses across statements disregarding pragmas) \| on (only fuses in the same statement unless dictated by pragmas) \| off (never fuses) \| fast-honor-pragmas (fuses across statements unless dictated by pragmas). Default is 'fast' for CUDA, 'fast-honor-pragmas' for HIP, and 'on' otherwise.
1709
1709
1710
1710
.. option:: -ffp-exception-behavior=<arg>
1711
1711
@@ -2543,7 +2543,7 @@ Give global types 'default' visibility and global functions and variables 'hidde
2543
2543
2544
2544
.. option:: -fvisibility-nodllstorageclass=<arg>
2545
2545
2546
-
The visibility for defintiions without an explicit DLL export class \[-fvisibility-from-dllstorageclass\]
2546
+
The visibility for definitions without an explicit DLL export class \[-fvisibility-from-dllstorageclass\]
0 commit comments