Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Steinar Midtskogen c16e044c98 Disable intrinsics unit tests if optimisations are disabled
This fix was motivated by a code generation bug in g++ on arm, but it
seems a good idea generally to disable these unit tests if we're not
compiling with optimisations, since the code tested is only intended
to be used as inlined functions, and while it's possible to compile
without optimisations, the tests become somewhat half-hearted since
there are workarounds when there's no inlining (such as for
instrinsics requiring immediate values), so the tests would partly
test code that wont be used anyway.

BUG=aomedia:377

Change-Id: I9a0515c96a7ed2f4636820dfc03fbb92323ca8ee
2017-03-17 20:27:58 +00:00
Steinar Midtskogen 04305c68a7 Add unit tests for v64 intrinsics
Enable by running: test_libaom --gtest_filter=*TestIntrinsics*

Change-Id: If2553025820db469a0ecfe3aac1aa984324b65d3
2017-01-27 05:58:04 +00:00