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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 226-232 __attribute__ ((target("ssse3"))) void more_testing(char* buf, int len) Link Here
226
	in8_2 = _mm_lddqu_si128((__m128i_u*)&buf[i + 16]);
226
	in8_2 = _mm_lddqu_si128((__m128i_u*)&buf[i + 16]);
227
    }
227
    }
228
}
228
}
229
]], [[if (test_ssse3(42) != 42 || test_sse2(42) != 42 || test_avx2(42) != 42) exit(1);]])],[CXX_OK=yes],[CXX_OK=no])
229
]], [[if (test_ssse3(42) != 42 || test_sse2(42) != 42 || test_avx2(42) != 42) exit(1);]])],[CXX_OK=yes],[CXX_OK=no],[CXX_OK=no])
230
	AC_LANG(C)
230
	AC_LANG(C)
231
	if test x"$CXX_OK" = x"yes"; then
231
	if test x"$CXX_OK" = x"yes"; then
232
	    # AC_MSG_RESULT() is called below.
232
	    # AC_MSG_RESULT() is called below.

Return to bug 732084