update: rename filedir to work with new version of leaf

This commit is contained in:
wyj
2026-01-18 20:10:14 -05:00
parent 58c8a7a42c
commit b4192b3099
129 changed files with 0 additions and 0 deletions
@@ -0,0 +1,13 @@
Linebreaks aren't valid here.
--- a/configure.ac
+++ b/configure.ac
@@ -166,8 +166,7 @@ AC_ARG_ENABLE([avx2],
[Disable detection of AVX2 support
@<:@default=auto@:>@]))
-AS_IF([test "x$enable_avx2" != "xno" -a "x$enable_sse4_1" != "xno"
- -a "x$enable_sse2" != "xno"], [
+AS_IF([test "x$enable_avx2" != "xno" -a "x$enable_sse4_1" != "xno" -a "x$enable_sse2" != "xno"], [
AVX2_FLAGS="$INTRINSICS_CFLAGS $AVX2_FLAGS"
TEST_AND_ADD_CFLAGS([AVX2_FLAGS], [-mavx2])
AS_IF([test -n "$AVX2_FLAGS"], [