Project

General

Profile

Bug #14964 » diff.diff

ahorek (Pavel Rosický), 08/05/2018 04:04 PM

View differences:

"b/C:\\moje\\prace\\branches\\arepo\\rb_mjit_header.h"
#define __ATOMIC_HLE_ACQUIRE 65536
#define __ATOMIC_HLE_RELEASE 131072
#define __GCC_ASM_FLAG_OUTPUTS__ 1
#define __nocona 1
#define __nocona__ 1
#define __tune_core2__ 1
#define __amdfam10 1
#define __amdfam10__ 1
#define __tune_amdfam10__ 1
#define __code_model_medium__ 1
#define __MMX__ 1
#define __3dNOW__ 1
#define __3dNOW_A__ 1
#define __SSE__ 1
#define __SSE2__ 1
#define __SSE3__ 1
#define __SSE4A__ 1
#define __ABM__ 1
#define __LZCNT__ 1
#define __POPCNT__ 1
#define __PRFCHW__ 1
#define __FXSR__ 1
#define __SSE_MATH__ 1
#define __SSE2_MATH__ 1
......
#undef __DISABLE_SSSE3__
#pragma GCC pop_options
#define _AMMINTRIN_H_INCLUDED
#pragma GCC push_options
#pragma GCC target("sse4a")
#define __DISABLE_SSE4A__
extern __inline void __attribute__((__gnu_inline__, __always_inline__, __artificial__))
_mm_stream_sd (double * __P, __m128d __Y)
{
......
{
return (__m128i) __builtin_ia32_insertqi ((__v2di)__X, (__v2di)__Y, __I, __L);
}
#undef __DISABLE_SSE4A__
#pragma GCC pop_options
#define _SMMINTRIN_H_INCLUDED
#pragma GCC push_options
#pragma GCC target("sse4.1")
......
#undef __DISABLE_SSE4_1__
#pragma GCC pop_options
#define _POPCNTINTRIN_H_INCLUDED
#pragma GCC push_options
#pragma GCC target("popcnt")
#define __DISABLE_POPCNT__
extern __inline int __attribute__((__gnu_inline__, __always_inline__, __artificial__))
_mm_popcnt_u32 (unsigned int __X)
{
......
{
return __builtin_popcountll (__X);
}
#undef __DISABLE_POPCNT__
#pragma GCC pop_options
#pragma GCC push_options
#pragma GCC target("sse4.1")
#define __DISABLE_SSE4_1__
......
#undef __DISABLE_SHA__
#pragma GCC pop_options
#define _LZCNTINTRIN_H_INCLUDED
#pragma GCC push_options
#pragma GCC target("lzcnt")
#define __DISABLE_LZCNT__
extern __inline unsigned short __attribute__((__gnu_inline__, __always_inline__, __artificial__))
__lzcnt16 (unsigned short __X)
{
......
{
return __builtin_ia32_lzcnt_u64 (__X);
}
#undef __DISABLE_LZCNT__
#pragma GCC pop_options
#define _BMIINTRIN_H_INCLUDED
#pragma GCC push_options
#pragma GCC target("bmi")
......
{
__builtin_prefetch (__P, 1, 3 );
}
#pragma GCC push_options
#pragma GCC target("sse,3dnow")
#define __DISABLE_3dNOW__
extern __inline void __attribute__((__gnu_inline__, __always_inline__, __artificial__))
_m_femms (void)
{
......
__tmp.v = (__v2sf)__A;
return __tmp.a[0];
}
#undef __DISABLE_3dNOW__
#pragma GCC pop_options
#pragma GCC push_options
#pragma GCC target("sse,3dnowa")
#define __DISABLE_3dNOW_A__
extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
_m_pf2iw (__m64 __A)
{
......
{
return (__m64)__builtin_ia32_pswapdsf ((__v2sf)__A);
}
#undef __DISABLE_3dNOW_A__
#pragma GCC pop_options
#define _FMA4INTRIN_H_INCLUDED
#pragma GCC push_options
#pragma GCC target("fma4")
(2-2/9)