@@ -2281,7 +2281,7 @@ pub unsafe fn vsubq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
22812281#[ inline]
22822282#[ target_feature( enable = "neon" ) ]
22832283#[ 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" ) ) ]
22852285#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
22862286pub unsafe fn vhsub_u8 ( a : uint8x8_t , b : uint8x8_t ) -> uint8x8_t {
22872287 #[ allow( improper_ctypes) ]
@@ -2297,7 +2297,7 @@ vhsub_u8_(a, b)
22972297#[ inline]
22982298#[ target_feature( enable = "neon" ) ]
22992299#[ 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" ) ) ]
23012301#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
23022302pub unsafe fn vhsubq_u8 ( a : uint8x16_t , b : uint8x16_t ) -> uint8x16_t {
23032303 #[ allow( improper_ctypes) ]
@@ -2313,7 +2313,7 @@ vhsubq_u8_(a, b)
23132313#[ inline]
23142314#[ target_feature( enable = "neon" ) ]
23152315#[ 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" ) ) ]
23172317#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
23182318pub unsafe fn vhsub_u16 ( a : uint16x4_t , b : uint16x4_t ) -> uint16x4_t {
23192319 #[ allow( improper_ctypes) ]
@@ -2329,7 +2329,7 @@ vhsub_u16_(a, b)
23292329#[ inline]
23302330#[ target_feature( enable = "neon" ) ]
23312331#[ 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" ) ) ]
23332333#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
23342334pub unsafe fn vhsubq_u16 ( a : uint16x8_t , b : uint16x8_t ) -> uint16x8_t {
23352335 #[ allow( improper_ctypes) ]
@@ -2345,7 +2345,7 @@ vhsubq_u16_(a, b)
23452345#[ inline]
23462346#[ target_feature( enable = "neon" ) ]
23472347#[ 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" ) ) ]
23492349#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
23502350pub unsafe fn vhsub_u32 ( a : uint32x2_t , b : uint32x2_t ) -> uint32x2_t {
23512351 #[ allow( improper_ctypes) ]
@@ -2361,7 +2361,7 @@ vhsub_u32_(a, b)
23612361#[ inline]
23622362#[ target_feature( enable = "neon" ) ]
23632363#[ 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" ) ) ]
23652365#[ cfg_attr( all( test, target_arch = "aarch64" ) , assert_instr( uhsub) ) ]
23662366pub unsafe fn vhsubq_u32 ( a : uint32x4_t , b : uint32x4_t ) -> uint32x4_t {
23672367 #[ allow( improper_ctypes) ]
0 commit comments