mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Move platform dependent out to Grid_simd.h
This commit is contained in:
parent
0afb64bf24
commit
3346b68ccd
@ -3,12 +3,6 @@
|
|||||||
|
|
||||||
namespace Grid {
|
namespace Grid {
|
||||||
|
|
||||||
// _mm256_set_m128i(hi,lo); // not defined in all versions of immintrin.h
|
|
||||||
#ifndef _mm256_set_m128i
|
|
||||||
#define _mm256_set_m128i(hi,lo) _mm256_insertf128_si256(_mm256_castsi128_si256(lo),(hi),1)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef uint32_t Integer;
|
|
||||||
|
|
||||||
class vInteger {
|
class vInteger {
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user