Skip to content

Commit a28f169

Browse files
Merge pull request #6026 from davidmrdavid/dev/dajusto/oi-clean-ups
Tidy up `/Oi` docs: say "you can use" instead of "you also use" after re-arranging text.
2 parents 5e93314 + c31d707 commit a28f169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/oi-generate-intrinsic-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more information about which functions have intrinsic forms, see [intrinsic]
2424
**/Oi** is only a request to the compiler to replace some function calls with intrinsics. The compiler may call the function (and not replace the function call with an intrinsic) if it results in better performance.\
2525
**/Oi-** turns off this behavior, which may be useful if `/Oi` has been specified elsewhere and you want to override it.
2626

27-
You also use [intrinsic](../../preprocessor/intrinsic.md) to create intrinsic functions, or [function (C/C++)](../../preprocessor/function-c-cpp.md) to explicitly force a function call.
27+
You can use [intrinsic](../../preprocessor/intrinsic.md) to create intrinsic functions, or [function (C/C++)](../../preprocessor/function-c-cpp.md) to explicitly force a function call.
2828

2929
### x86-specific remarks
3030

0 commit comments

Comments
 (0)