Merge pull request #443 from jbrodman/master
Tweak to sse4.h intrinsics include file.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user