From db14c2271115946c3c99671eda59344d0be6ccff Mon Sep 17 00:00:00 2001 From: Marat Dukhan Date: Wed, 19 Dec 2018 02:34:17 -0800 Subject: Detect ARMv8.2 NEON DOT production instructions --- test/mock/xperia-sl.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/mock/xperia-sl.cc') diff --git a/test/mock/xperia-sl.cc b/test/mock/xperia-sl.cc index 28ec108..21b0618 100644 --- a/test/mock/xperia-sl.cc +++ b/test/mock/xperia-sl.cc @@ -342,6 +342,14 @@ TEST(ISA, fp16_arith) { ASSERT_FALSE(cpuinfo_has_arm_fp16_arith()); } +TEST(ISA, neon_fp16_arith) { + ASSERT_FALSE(cpuinfo_has_arm_neon_fp16_arith()); +} + +TEST(ISA, neon_dot) { + ASSERT_FALSE(cpuinfo_has_arm_neon_dot()); +} + TEST(ISA, jscvt) { ASSERT_FALSE(cpuinfo_has_arm_jscvt()); } -- cgit v1.2.3