123#include "nfx/detail/cpu/FeatureDetection.inl"
bool hasAvx2Support() noexcept
Gets the cached AVX2 support status.
bool hasAvxSupport() noexcept
Gets the cached AVX support status.
bool verifySse42Support() noexcept
Verifies that compile-time flags match runtime capabilities for SSE4.2.
bool verifyAvxSupport() noexcept
Verifies that compile-time flags match runtime capabilities for AVX.
bool verifyAvx2Support() noexcept
Verifies that compile-time flags match runtime capabilities for AVX2.
bool hasSse42Support() noexcept
Gets the cached SSE4.2 support status.