Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232126 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.orig (-3 lines)
Lines 187-195 Link Here
187
#if defined(__GNUC__) && (__GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 4))
187
#if defined(__GNUC__) && (__GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 4))
188
#error "Need GCC >= 3.4 for SSE intrinsics"
188
#error "Need GCC >= 3.4 for SSE intrinsics"
189
#endif
189
#endif
190
#if !defined(__amd64__) && !defined(__x86_64__)
191
#error "Need x86-64 for SSE"
192
#endif
193
#include <mmintrin.h>
190
#include <mmintrin.h>
194
#include <xmmintrin.h>
191
#include <xmmintrin.h>
195
int main () {
192
int main () {

Return to bug 232126