ports/devel/liboil/patches/patch-liboil_amd64_wavelet_c

15 lines
366 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
from FreeBSD, tijl
Index: liboil/amd64/wavelet.c
--- liboil/amd64/wavelet.c.orig
+++ liboil/amd64/wavelet.c
@@ -1753,7 +1753,7 @@ mas8_across_add_s16_mmx (int16_t *d, int16_t *s1, int1
[s3_8] "+r" (s3_8),
[d] "+r" (d),
[n] "+m" (n),
- [s1] "+r" ((long)(s1))
+ [s1] "+r" (s1)
: [sstr] "r" ((long)(sstr2))
);
}