diff --git a/vectorization/src/main/cpp/benchmark.cpp b/vectorization/src/main/cpp/benchmark.cpp index c7dfc1cbf..770a03219 100644 --- a/vectorization/src/main/cpp/benchmark.cpp +++ b/vectorization/src/main/cpp/benchmark.cpp @@ -86,7 +86,7 @@ BenchmarkMatrixMultiplication(Backend backend) { return MultiplyWithAutoVectorization(t, p); }); case Backend::kCxxSimd: -#if __NDK_MAJOR__ >= 29 +#if __NDK_MAJOR__ >= 31 #error check if std::simd works yet #endif // The libc++ in NDK r27 has only a skeleton implementation of std::simd.