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