Skip to content

Commit be7ee82

Browse files
author
Colin Robertson
authored
Update compiler-options-listed-by-category.md (MicrosoftDocs#611)
Fix typo, missing slash before QIfist.
1 parent 9bfb871 commit be7ee82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/compiler-options-listed-by-category.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This article contains a categorical list of compiler options. For an alphabetica
5555
|[/homeparams](homeparams-copy-register-parameters-to-stack.md)|Forces parameters passed in registers to be written to their locations on the stack upon function entry. This compiler option is only for the x64 compilers (native and cross compile).|
5656
|[/hotpatch](hotpatch-create-hotpatchable-image.md)|Creates a hotpatchable image.|
5757
|[/Qfast_transcendentals](qfast-transcendentals-force-fast-transcendentals.md)|Generates fast transcendentals.|
58-
|[QIfist](qifist-suppress-ftol.md)|Deprecated. Suppresses the call of the helper function `_ftol` when a conversion from a floating-point type to an integral type is required. (x86 only)|
58+
|[/QIfist](qifist-suppress-ftol.md)|Deprecated. Suppresses the call of the helper function `_ftol` when a conversion from a floating-point type to an integral type is required. (x86 only)|
5959
|[/Qimprecise_fwaits](qimprecise-fwaits-remove-fwaits-inside-try-blocks.md)|Removes `fwait` commands inside `try` blocks.|
6060
|[/Qpar](qpar-auto-parallelizer.md)|Enables automatic parallelization of loops.|
6161
|[/Qpar-report](qpar-report-auto-parallelizer-reporting-level.md)|Enables reporting levels for automatic parallelization.|
@@ -200,7 +200,7 @@ This article contains a categorical list of compiler options. For an alphabetica
200200
|[/GZ](gz-enable-stack-frame-run-time-error-checking.md)|Deprecated. Enables fast checks. Use [/RTC1](rtc-run-time-error-checks.md) instead.|
201201
|[/H](h-restrict-length-of-external-names.md)|Deprecated. Restricts the length of external (public) names.|
202202
|[/Og](og-global-optimizations.md)|Deprecated. Uses global optimizations.|
203-
|[QIfist](qifist-suppress-ftol.md)|Deprecated. Once used to specify how to convert from a floating-point type to an integral type.|
203+
|[/QIfist](qifist-suppress-ftol.md)|Deprecated. Once used to specify how to convert from a floating-point type to an integral type.|
204204
|[/V](v-version-number.md)|Deprecated. Sets the .obj file version string.|
205205
|[/Wp64](wp64-detect-64-bit-portability-issues.md)|Obsolete. Detects 64-bit portability problems.|
206206
|[/Yd](yd-place-debug-information-in-object-file.md)|Deprecated. Places complete debugging information in all object files. Use [/Zi](z7-zi-zi-debug-information-format.md) instead.|

0 commit comments

Comments
 (0)