FreeBSD Bugzilla – Attachment 145759 Details for
Bug 192637
graphics/webp build failure with a compiler error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
emmintrin.h fix for gcc 4.2 by dim@
fix-mm_srli_epi64-cast-1.diff (text/plain), 464 bytes, created by
Po-Chuan Hsieh
on 2014-08-13 18:11:12 UTC
(
hide
)
Description:
emmintrin.h fix for gcc 4.2 by dim@
Filename:
MIME Type:
Creator:
Po-Chuan Hsieh
Created:
2014-08-13 18:11:12 UTC
Size:
464 bytes
patch
obsolete
>--- emmintrin.h.orig 2013-12-11 08:40:21.000000000 +0100 >+++ emmintrin.h 2014-08-13 16:11:43.000000000 +0200 >@@ -1193,7 +1193,7 @@ > #define _mm_srli_epi32(__A, __B) \ > ((__m128i)__builtin_ia32_psrldi128 ((__v4si)(__A), __B)) > #define _mm_srli_epi64(__A, __B) \ >- ((__m128i)__builtin_ia32_psrlqi128 ((__v4si)(__A), __B)) >+ ((__m128i)__builtin_ia32_psrlqi128 ((__v2di)(__A), __B)) > #endif > > static __inline __m128i __attribute__((__always_inline__))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192637
: 145759