@@ -2281,7 +2281,7 @@ pub unsafe fn vsubq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
2281
2281
#[ inline]
2282
2282
#[ target_feature( enable = "neon" ) ]
2283
2283
#[ cfg_attr( target_arch = "arm" , target_feature( enable = "v7" ) ) ]
2284
- #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "uhsub .u8" ) ) ]
2284
+ #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "vhsub .u8" ) ) ]
2285
2285
#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
2286
2286
pub unsafe fn vhsub_u8 ( a : uint8x8_t , b : uint8x8_t ) -> uint8x8_t {
2287
2287
#[ allow( improper_ctypes) ]
@@ -2297,7 +2297,7 @@ vhsub_u8_(a, b)
2297
2297
#[ inline]
2298
2298
#[ target_feature( enable = "neon" ) ]
2299
2299
#[ cfg_attr( target_arch = "arm" , target_feature( enable = "v7" ) ) ]
2300
- #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "uhsub .u8" ) ) ]
2300
+ #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "vhsub .u8" ) ) ]
2301
2301
#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
2302
2302
pub unsafe fn vhsubq_u8 ( a : uint8x16_t , b : uint8x16_t ) -> uint8x16_t {
2303
2303
#[ allow( improper_ctypes) ]
@@ -2313,7 +2313,7 @@ vhsubq_u8_(a, b)
2313
2313
#[ inline]
2314
2314
#[ target_feature( enable = "neon" ) ]
2315
2315
#[ cfg_attr( target_arch = "arm" , target_feature( enable = "v7" ) ) ]
2316
- #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "uhsub .u16" ) ) ]
2316
+ #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "vhsub .u16" ) ) ]
2317
2317
#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
2318
2318
pub unsafe fn vhsub_u16 ( a : uint16x4_t , b : uint16x4_t ) -> uint16x4_t {
2319
2319
#[ allow( improper_ctypes) ]
@@ -2329,7 +2329,7 @@ vhsub_u16_(a, b)
2329
2329
#[ inline]
2330
2330
#[ target_feature( enable = "neon" ) ]
2331
2331
#[ cfg_attr( target_arch = "arm" , target_feature( enable = "v7" ) ) ]
2332
- #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "uhsub .u16" ) ) ]
2332
+ #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "vhsub .u16" ) ) ]
2333
2333
#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
2334
2334
pub unsafe fn vhsubq_u16 ( a : uint16x8_t , b : uint16x8_t ) -> uint16x8_t {
2335
2335
#[ allow( improper_ctypes) ]
@@ -2345,7 +2345,7 @@ vhsubq_u16_(a, b)
2345
2345
#[ inline]
2346
2346
#[ target_feature( enable = "neon" ) ]
2347
2347
#[ cfg_attr( target_arch = "arm" , target_feature( enable = "v7" ) ) ]
2348
- #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "uhsub .u32" ) ) ]
2348
+ #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "vhsub .u32" ) ) ]
2349
2349
#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
2350
2350
pub unsafe fn vhsub_u32 ( a : uint32x2_t , b : uint32x2_t ) -> uint32x2_t {
2351
2351
#[ allow( improper_ctypes) ]
@@ -2361,7 +2361,7 @@ vhsub_u32_(a, b)
2361
2361
#[ inline]
2362
2362
#[ target_feature( enable = "neon" ) ]
2363
2363
#[ cfg_attr( target_arch = "arm" , target_feature( enable = "v7" ) ) ]
2364
- #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "uhsub .u32" ) ) ]
2364
+ #[ cfg_attr( all( test, target_arch = "arm" ) , assert_instr( "vhsub .u32" ) ) ]
2365
2365
#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
2366
2366
pub unsafe fn vhsubq_u32 ( a : uint32x4_t , b : uint32x4_t ) -> uint32x4_t {
2367
2367
#[ allow( improper_ctypes) ]
0 commit comments