Change sse4.h to enable inlining.

This commit is contained in:
james.brodman
2013-03-13 10:55:53 -04:00
parent 487820fb4d
commit ef1af547e2

View File

@@ -51,9 +51,6 @@
#define FORCEINLINE __attribute__((always_inline)) inline #define FORCEINLINE __attribute__((always_inline)) inline
#endif #endif
#undef FORCEINLINE
#define FORCEINLINE
typedef float __vec1_f; typedef float __vec1_f;
typedef double __vec1_d; typedef double __vec1_d;
typedef int8_t __vec1_i8; typedef int8_t __vec1_i8;
@@ -3986,3 +3983,7 @@ static FORCEINLINE uint64_t __atomic_cmpxchg(uint64_t *p, uint64_t cmpval,
return __sync_val_compare_and_swap(p, cmpval, newval); return __sync_val_compare_and_swap(p, cmpval, newval);
#endif #endif
} }
#undef FORCEINLINE