diff options
author | iximeow <me@iximeow.net> | 2021-11-20 15:04:31 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-11-20 15:04:31 -0800 |
commit | 1e26fb0a7b1194ee80145a44569466c2129f4b0e (patch) | |
tree | f14dff0ef881a41933ea4c10d0aed163ae6629e5 /test | |
parent | 93386de05f07ec55944fddc81b99de80c607a937 (diff) |
more simd support
Diffstat (limited to 'test')
-rw-r--r-- | test/armv8/a64.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |