simd_avx2.patch 374 B

123456789101112
  1. diff -rauN a/mozglue/misc/SIMD_avx2.cpp b/mozglue/misc/SIMD_avx2.cpp
  2. --- a/mozglue/misc/SIMD_avx2.cpp 2022-10-24 18:34:51.028779452 +0200
  3. +++ b/mozglue/misc/SIMD_avx2.cpp 2022-10-24 18:35:07.818868490 +0200
  4. @@ -8,6 +8,7 @@
  5. #include "mozilla/SSE.h"
  6. #include "mozilla/Assertions.h"
  7. +#undef MOZILLA_MAY_SUPPORT_AVX2
  8. #ifdef MOZILLA_MAY_SUPPORT_AVX2
  9. # include <cstring>