Skip to content

Commit 10e14d3

Browse files
authored
Merge pull request #2290 from mikeblome/mb-spectre
added link fixes 1077
2 parents eec253e + 3e7af67 commit 10e14d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/build/reference/compiler-options-listed-alphabetically.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ The following is a comprehensive alphabetical list of compiler options. For a ca
102102
|[/Qimprecise_fwaits](qimprecise-fwaits-remove-fwaits-inside-try-blocks.md)|Removes `fwait` commands inside `try` blocks.|
103103
|[/Qpar (Auto-Parallelizer)](qpar-auto-parallelizer.md)|Enables automatic parallelization of loops that are marked with the [#pragma loop()](../../preprocessor/loop.md) directive.|
104104
|[/Qsafe_fp_loads](qsafe-fp-loads.md)|Uses integer move instructions for floating-point values and disables certain floating point load optimizations.|
105+
|[/Qspectre](qspectre.md)|Specifies compiler generation of instructions to mitigate certain Spectre variant 1 security vulnerabilities.|
105106
|[/Qvec-report (Auto-Vectorizer Reporting Level)](qvec-report-auto-vectorizer-reporting-level.md)|Enables reporting levels for automatic vectorization.|
106107
|[/RTC](rtc-run-time-error-checks.md)|Enables run-time error checking.|
107108
|[/sdl](sdl-enable-additional-security-checks.md)|Enables additional security features and warnings.|

0 commit comments

Comments
 (0)