diff --git a/include/libyuv/row_sve.h b/include/libyuv/row_sve.h index 51694a626..ce6ab0bae 100644 --- a/include/libyuv/row_sve.h +++ b/include/libyuv/row_sve.h @@ -23,6 +23,9 @@ extern "C" { #if !defined(LIBYUV_DISABLE_SME) && defined(CLANG_HAS_SME) && \ defined(__aarch64__) #define STREAMING_COMPATIBLE __arm_streaming_compatible +#else // defined(LIBYUV_DISABLE_SME) || !defined(CLANG_HAS_SME) || + // !defined(__aarch64__) +#define STREAMING_COMPATIBLE #endif // !defined(LIBYUV_DISABLE_SME) && defined(CLANG_HAS_SME) && // defined(__aarch64__)