2bf5380
--- a/src/libtexture/texturesys.cpp
2bf5380
+++ b/src/libtexture/texturesys.cpp
2bf5380
@@ -2477,7 +2477,7 @@ TextureSystemImpl::sample_bicubic (int n
2bf5380
         } else {
2bf5380
             wx = evalBSplineWeights (float4(sfrac));
2bf5380
             wy = evalBSplineWeights (float4(tfrac));
2bf5380
-#if (defined(__i386__) && !defined(__x86_64__)) || defined(__aarch64__)
dca044c
+#if !defined(__x86_64__)
2bf5380
             // Some platforms complain here about these being uninitialized,
2bf5380
             // so initialize them. Don't waste the cycles for platforms that
2bf5380
             // don't seem to have that error. It's a false positive -- this