diff --git a/lib/lz4/lz4_decompress.c b/lib/lz4/lz4_decompress.c index 5a6add3e41f1..797b10a162f1 100644 --- a/lib/lz4/lz4_decompress.c +++ b/lib/lz4/lz4_decompress.c @@ -53,7 +53,7 @@ #ifndef LZ4_FAST_DEC_LOOP #if defined(__i386__) || defined(__x86_64__) #define LZ4_FAST_DEC_LOOP 1 -#elif defined(__aarch64__) && !defined(__clang__) +#elif defined(__aarch64__) /* On aarch64, we disable this optimization for clang because on certain * mobile chipsets and clang, it reduces performance. For more information * refer to https://github.com/lz4/lz4/pull/707. */