From 1e26fb0a7b1194ee80145a44569466c2129f4b0e Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 20 Nov 2021 15:04:31 -0800 Subject: more simd support --- test/armv8/a64.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/armv8/a64.rs b/test/armv8/a64.rs index e78daaf..8b40a20 100644 --- a/test/armv8/a64.rs +++ b/test/armv8/a64.rs @@ -4098,7 +4098,7 @@ fn test_openblas_simd_ops() { ([0x02, 0x1d, 0x21, 0x0e], "and v2.8b, v8.8b, v1.8b"), ([0x21, 0x1c, 0x22, 0x0e], "and v1.8b, v1.8b, v2.8b"), ([0x21, 0x1c, 0x32, 0x0e], "and v1.8b, v1.8b, v18.8b"), - ([0x08, 0x54, 0x22, 0x0f], "shl v8.2s, v0.2s, 2"), + ([0x08, 0x54, 0x22, 0x0f], "shl v8.2s, v0.2s, 0x2"), ([0xfe, 0x43, 0x60, 0x1e], "fmov d30, d31"), ([0x54, 0xc2, 0x20, 0x1e], "fabs s20, s18"), ([0xf7, 0xc3, 0x60, 0x1e], "fabs d23, d31"), -- cgit v1.1