Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 421305
Collapse All | Expand All

(-)libitm/config/x86/target.h (-12 lines)
Lines 69-84 Link Here
69
} // namespace GTM
69
} // namespace GTM
70
70
71
// We'll be using some of the cpu builtins, and their associated types.
71
// We'll be using some of the cpu builtins, and their associated types.
72
#ifndef __cplusplus
73
/* ??? It's broken for C++. */
74
#include <x86intrin.h>
72
#include <x86intrin.h>
75
#else
76
# ifdef __SSE2__
77
#  include <emmintrin.h>
78
# elif defined(__SSE__)
79
#  include <xmmintrin.h>
80
# endif
81
# ifdef __AVX__
82
#  include <immintrin.h>
83
# endif
84
#endif

Return to bug 421305