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/
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.