1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 06:17:05 +01:00

Included Gpermute in the new Grid_simd.h file style.

Now tested for SSE4. OK
This commit is contained in:
neo
2015-05-27 12:11:44 +09:00
parent 3cb34af82c
commit 64753ea633
6 changed files with 99 additions and 56 deletions

View File

@ -4,7 +4,7 @@
Using intrinsics
*/
// Time-stamp: <2015-05-22 17:29:26 neo>
// Time-stamp: <2015-05-27 11:30:21 neo>
//----------------------------------------------------------------------
// lot of undefined functions
@ -251,6 +251,7 @@ namespace Grid {
typedef vector4double SIMD_Dtype; // Double precision type
typedef int SIMD_Itype; // Integer type
inline void v_prefetch0(int size, const char *ptr){};
// Function name aliases
typedef Optimization::Vsplat VsplatSIMD;