From 52d51b8cbdb6cb4f730ac0e9ddd275521fb82dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 11 Sep 2022 11:55:11 +0200 Subject: [PATCH] doc: mention that the Corrade::Cpu-related options affect Magnum as well. Or, they eventually will. Nothing published uses CPU dispatch here at the moment. --- doc/building.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/building.dox b/doc/building.dox index 0ae5caf89..5abf9d80d 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -674,7 +674,8 @@ Options controlling the build: update your code whenever there's a breaking API change. It's however recommended to have this option disabled when deploying a final application as it can result in smaller binaries. -- Additional options are inherited from the @ref CORRADE_BUILD_MULTITHREADED +- Additional options are inherited from the @ref CORRADE_BUILD_MULTITHREADED, + @ref CORRADE_BUILD_CPU_RUNTIME_DISPATCH and @ref CORRADE_CPU_USE_IFUNC options specified when building Corrade. The features used can be conveniently detected in depending projects both in