aboutsummaryrefslogtreecommitdiff
path: root/test/mock/nexus6p.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/mock/nexus6p.cc')
-rw-r--r--test/mock/nexus6p.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/mock/nexus6p.cc b/test/mock/nexus6p.cc
index e73269a..70e9f35 100644
--- a/test/mock/nexus6p.cc
+++ b/test/mock/nexus6p.cc
@@ -496,6 +496,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());
}