Merge pull request #2419 from esdrubal/xmlsubclassel
[mono.git] / mono / utils / mono-hwcap-x86.h
1 #ifndef __MONO_UTILS_HWCAP_X86_H__
2 #define __MONO_UTILS_HWCAP_X86_H__
3
4 #include "mono/utils/mono-hwcap.h"
5
6 extern gboolean mono_hwcap_x86_is_xen;
7 extern gboolean mono_hwcap_x86_has_cmov;
8 extern gboolean mono_hwcap_x86_has_fcmov;
9 extern gboolean mono_hwcap_x86_has_sse1;
10 extern gboolean mono_hwcap_x86_has_sse2;
11 extern gboolean mono_hwcap_x86_has_sse3;
12 extern gboolean mono_hwcap_x86_has_ssse3;
13 extern gboolean mono_hwcap_x86_has_sse41;
14 extern gboolean mono_hwcap_x86_has_sse42;
15 extern gboolean mono_hwcap_x86_has_sse4a;
16
17 #endif /* __MONO_UTILS_HWCAP_X86_H__ */