Add doc for ENABLE_QSPECTRE option (#16605)
* Add doc for ENABLE_QSPECTRE option * Updated the link
This commit is contained in:
@@ -158,6 +158,9 @@ In this case OpenVINO CMake scripts take `TBBROOT` environment variable into acc
|
|||||||
* `ENABLE_INTEGRITYCHECK` builds DLLs with [/INTEGRITYCHECK] flag:
|
* `ENABLE_INTEGRITYCHECK` builds DLLs with [/INTEGRITYCHECK] flag:
|
||||||
* `OFF` is default.
|
* `OFF` is default.
|
||||||
* Available on MSVC compiler only.
|
* Available on MSVC compiler only.
|
||||||
|
* `ENABLE_QSPECTRE` builds with [/Qspectre] flag:
|
||||||
|
* `OFF` is default.
|
||||||
|
* Available on MSVC compiler only.
|
||||||
|
|
||||||
## Additional Resources
|
## Additional Resources
|
||||||
|
|
||||||
@@ -172,6 +175,7 @@ In this case OpenVINO CMake scripts take `TBBROOT` environment variable into acc
|
|||||||
[precompiled headers]:https://cmake.org/cmake/help/git-stage/command/target_precompile_headers.html
|
[precompiled headers]:https://cmake.org/cmake/help/git-stage/command/target_precompile_headers.html
|
||||||
[unity build]:https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html
|
[unity build]:https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html
|
||||||
[/INTEGRITYCHECK]:https://docs.microsoft.com/en-us/cpp/build/reference/integritycheck-require-signature-check?view=msvc-160
|
[/INTEGRITYCHECK]:https://docs.microsoft.com/en-us/cpp/build/reference/integritycheck-require-signature-check?view=msvc-160
|
||||||
|
[/Qspectre]:https://learn.microsoft.com/en-us/cpp/build/reference/qspectre?view=msvc-170
|
||||||
[Intel TBB]:https://software.intel.com/content/www/us/en/develop/tools/threading-building-blocks.html
|
[Intel TBB]:https://software.intel.com/content/www/us/en/develop/tools/threading-building-blocks.html
|
||||||
[Python]:https://www.python.org/
|
[Python]:https://www.python.org/
|
||||||
[Java]:https://www.java.com/ru/
|
[Java]:https://www.java.com/ru/
|
||||||
@@ -189,4 +193,4 @@ In this case OpenVINO CMake scripts take `TBBROOT` environment variable into acc
|
|||||||
[TensorFlow Lite]:https://www.tensorflow.org/lite
|
[TensorFlow Lite]:https://www.tensorflow.org/lite
|
||||||
[PyTorch]:https://www.tensorflow.org/lite
|
[PyTorch]:https://www.tensorflow.org/lite
|
||||||
[FlatBuffers]:https://google.github.io/flatbuffers/
|
[FlatBuffers]:https://google.github.io/flatbuffers/
|
||||||
[oneTBB]:https://github.com/oneapi-src/oneTBB
|
[oneTBB]:https://github.com/oneapi-src/oneTBB
|
||||||
|
|||||||
Reference in New Issue
Block a user