1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

removed collision with QPX implementation

This commit is contained in:
Nils Meyer 2017-06-27 20:32:24 +02:00
parent 3d04dc33c6
commit bf729766dd

View File

@ -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