Skip to content

Commit 18a8980

Browse files
author
Colin Robertson
authored
do not -> don't
1 parent ec4c7fb commit 18a8980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/reference/qspectre-load.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Specifies compiler generation of serializing instructions for every load instruc
2323
jmp [rax]
2424
```
2525

26-
Because **/Qspectre-load** stops speculation of all loads, the performance impact is high. The mitigation isn't appropriate everywhere. If there are performance critical blocks of code that do not require protection, you can disable these mitigations by using `__declspec(spectre(nomitigation))`. For more information, see [__declspec spectre](../../cpp/spectre.md).
26+
Because **/Qspectre-load** stops speculation of all loads, the performance impact is high. The mitigation isn't appropriate everywhere. If there are performance critical blocks of code that don't require protection, you can disable these mitigations by using `__declspec(spectre(nomitigation))`. For more information, see [__declspec spectre](../../cpp/spectre.md).
2727

2828
The **/Qspectre-load** option is off by default, and supports all optimization levels.
2929

0 commit comments

Comments
 (0)