cpp-docs
cpp-docs copied to clipboard
C++ Documentation
Add the new compiler option `/feature`. This option enables certain ARM64 architecture features when targeting an Arm A-Profile architecture extension. Update the arguments of compiler option `/arch` (ARM64) to include...
Mark Visual Studio 2013 as End Of Life according to https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2013.
Some intrinsics, such as `__prefetch` come from `intrin.h` header file.
**I think the description and handling of securing self-assignment is too simplistic.** Not all cases should use self-assignment checking to ensure self-assignment security, and in many cases it is not...
Fixes #4703
Not sure if this is the best way since the file name is quite long.
Add link to `__vectorcall` documentation
We believe this note should be somewhere close to `_controlfp_s` documentation. More details: https://stackoverflow.com/questions/78917793/windows-on-arm-math-is-not-trapping
Remove unneeded triple colons in the content of 2 images.