diff options
-rw-r--r-- | src/lib/utils/simd/simd_32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/simd/simd_32.h b/src/lib/utils/simd/simd_32.h index 7de89acfc..272a1e0f6 100644 --- a/src/lib/utils/simd/simd_32.h +++ b/src/lib/utils/simd/simd_32.h @@ -604,7 +604,7 @@ class SIMD_4x32 final #endif } - native_simd_type raw() const { return m_simd; } + native_simd_type raw() const BOTAN_FUNC_ISA(BOTAN_SIMD_ISA) { return m_simd; } explicit SIMD_4x32(native_simd_type x) : m_simd(x) {} private: |