Home
last modified time | relevance | path

Searched refs:VECTOR_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_main.cpp53 const size_t VECTOR_ALIGNMENT = 16; in getTestVectors() local
55 if (posix_memalign(&Dest, VECTOR_ALIGNMENT, sizeof(TestVectors))) { in getTestVectors()