pcsx2/common/include/x86emitter
Jonathan Li 171e7f016d common: Work around GCC8 _xgetbv bug
clang and earlier GCC versions do not provide the _xgetbv intrinsic.
GCC8 does, but unfortunately it's broken.
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85684).

Re-use our _xgetbv implementation to avoid the bug, but rename it to
avoid compilation errors as well.
2018-05-12 12:05:20 +01:00
..
implement reformat main common directory 2016-11-12 16:52:49 +01:00
instructions.h reformat main common directory 2016-11-12 16:52:49 +01:00
internal.h reformat main common directory 2016-11-12 16:52:49 +01:00
legacy_instructions.h reformat main common directory 2016-11-12 16:52:49 +01:00
legacy_internal.h reformat main common directory 2016-11-12 16:52:49 +01:00
legacy_types.h reformat main common directory 2016-11-12 16:52:49 +01:00
sse_helpers.h x86emitter: remove unused legacy function 2016-01-09 21:13:29 +01:00
tools.h reformat main common directory 2016-11-12 16:52:49 +01:00
x86_intrin.h common: Work around GCC8 _xgetbv bug 2018-05-12 12:05:20 +01:00
x86emitter.h x86emitter: remove old unused macro 2016-01-10 16:49:50 +01:00
x86types.h common: Replace __threadlocal with C++11 thread_local 2017-04-13 19:59:00 +02:00