Fix patch.

This commit is contained in:
Richard Shaw 2017-01-04 13:30:10 -06:00
parent 2bf5380797
commit dca044c1d8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
wx = evalBSplineWeights (float4(sfrac));
wy = evalBSplineWeights (float4(tfrac));
-#if (defined(__i386__) && !defined(__x86_64__)) || defined(__aarch64__)
+#if !defined(__x86_64__))
+#if !defined(__x86_64__)
// Some platforms complain here about these being uninitialized,
// so initialize them. Don't waste the cycles for platforms that
// don't seem to have that error. It's a false positive -- this