mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
removed collision with QPX implementation
This commit is contained in:
parent
3d04dc33c6
commit
bf729766dd
@ -26,7 +26,7 @@ Author: Antonin Portelli <antonin.portelli@me.com>
|
|||||||
See the full license in the file "LICENSE" in the top level distribution directory
|
See the full license in the file "LICENSE" in the top level distribution directory
|
||||||
*************************************************************************************/
|
*************************************************************************************/
|
||||||
/* END LEGAL */
|
/* END LEGAL */
|
||||||
#define GEN_SIMD_WIDTH 16
|
|
||||||
static_assert(GEN_SIMD_WIDTH % 16u == 0, "SIMD vector size is not an integer multiple of 16 bytes");
|
static_assert(GEN_SIMD_WIDTH % 16u == 0, "SIMD vector size is not an integer multiple of 16 bytes");
|
||||||
|
|
||||||
//#define VECTOR_LOOPS
|
//#define VECTOR_LOOPS
|
||||||
|
Loading…
Reference in New Issue
Block a user