aboutsummaryrefslogtreecommitdiff
path: root/test/mock/galaxy-s3-us.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/mock/galaxy-s3-us.cc')
-rw-r--r--test/mock/galaxy-s3-us.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/mock/galaxy-s3-us.cc b/test/mock/galaxy-s3-us.cc
index 3077911..db85918 100644
--- a/test/mock/galaxy-s3-us.cc
+++ b/test/mock/galaxy-s3-us.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());
}