Searched refs:VECTOR_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
53 const size_t VECTOR_ALIGNMENT = 16; in getTestVectors() local55 if (posix_memalign(&Dest, VECTOR_ALIGNMENT, sizeof(TestVectors))) { in getTestVectors()