diff --git a/include/rive/math/simd.hpp b/include/rive/math/simd.hpp index 7f45c241..219e45aa 100644 --- a/include/rive/math/simd.hpp +++ b/include/rive/math/simd.hpp @@ -36,7 +36,7 @@ static_assert(std::numeric_limits::is_iec559, "Conformant IEEE 754 behavior for NaN and Inf is required."); -#if defined(__clang__) || defined(__GNUC__) +#if defined(__clang__) namespace rive {