1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Move platform dependent out to Grid_simd.h

This commit is contained in:
Peter Boyle 2015-05-15 11:50:00 +01:00
parent 0afb64bf24
commit 3346b68ccd

View File

@ -3,12 +3,6 @@
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 {
protected: