Commit 2ff1fb60 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #15661 from alalek:fix_android_build_avx2

parents 374d952e 42ac089e
......@@ -6,5 +6,6 @@ void test()
{
int data[8] = {0,0,0,0, 0,0,0,0};
__m256i a = _mm256_loadu_si256((const __m256i *)data);
__m256i b = _mm256_bslli_epi128(a, 1); // available in GCC 4.9.3+
}
int main() { return 0; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment