aboutsummaryrefslogtreecommitdiff
path: root/test/mock/galaxy-s9-us.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/mock/galaxy-s9-us.cc')
-rw-r--r--test/mock/galaxy-s9-us.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/mock/galaxy-s9-us.cc b/test/mock/galaxy-s9-us.cc
index 6904a4b..9b30949 100644
--- a/test/mock/galaxy-s9-us.cc
+++ b/test/mock/galaxy-s9-us.cc
@@ -488,15 +488,11 @@ TEST(ISA, atomics) {
}
TEST(ISA, neon_rdm) {
- ASSERT_FALSE(cpuinfo_has_arm_neon_rdm());
+ ASSERT_TRUE(cpuinfo_has_arm_neon_rdm());
}
TEST(ISA, fp16_arith) {
- #if CPUINFO_ARCH_ARM
- ASSERT_FALSE(cpuinfo_has_arm_fp16_arith());
- #elif CPUINFO_ARCH_ARM64
- ASSERT_TRUE(cpuinfo_has_arm_fp16_arith());
- #endif
+ ASSERT_TRUE(cpuinfo_has_arm_fp16_arith());
}
TEST(ISA, jscvt) {