Re: [patch] fix AVX512F tests

2014-07-18 Thread Uros Bizjak
On Fri, Jul 18, 2014 at 4:05 PM, Petr Murzin wrote: > I've fixed AVX512F tests. These tests failed on Android because they > were using , which seem to be obsolete and is not present in > Android sysroot. > > Here is the quote from > /* This interface is obsolete. New programs should use > and/

[patch] fix AVX512F tests

2014-07-18 Thread Petr Murzin
Hello, I've fixed AVX512F tests. These tests failed on Android because they were using , which seem to be obsolete and is not present in Android sysroot. Here is the quote from /* This interface is obsolete. New programs should use and/or instead of . */ So now tests run with Android compiler.