@@ -17,22 +17,22 @@ extern "C" {
17
17
#[ link_name = "llvm.wasm.relaxed.trunc.unsigned.zero" ]
18
18
fn llvm_relaxed_trunc_unsigned_zero ( a : simd:: f64x2 ) -> simd:: i32x4 ;
19
19
20
- #[ link_name = "llvm.wasm.fma .v4f32" ]
20
+ #[ link_name = "llvm.wasm.relaxed.madd .v4f32" ]
21
21
fn llvm_f32x4_fma ( a : simd:: f32x4 , b : simd:: f32x4 , c : simd:: f32x4 ) -> simd:: f32x4 ;
22
- #[ link_name = "llvm.wasm.fms .v4f32" ]
22
+ #[ link_name = "llvm.wasm.relaxed.nmadd .v4f32" ]
23
23
fn llvm_f32x4_fms ( a : simd:: f32x4 , b : simd:: f32x4 , c : simd:: f32x4 ) -> simd:: f32x4 ;
24
- #[ link_name = "llvm.wasm.fma .v2f64" ]
24
+ #[ link_name = "llvm.wasm.relaxed.madd .v2f64" ]
25
25
fn llvm_f64x2_fma ( a : simd:: f64x2 , b : simd:: f64x2 , c : simd:: f64x2 ) -> simd:: f64x2 ;
26
- #[ link_name = "llvm.wasm.fms .v2f64" ]
26
+ #[ link_name = "llvm.wasm.relaxed.nmadd .v2f64" ]
27
27
fn llvm_f64x2_fms ( a : simd:: f64x2 , b : simd:: f64x2 , c : simd:: f64x2 ) -> simd:: f64x2 ;
28
28
29
- #[ link_name = "llvm.wasm.laneselect.v16i8" ]
29
+ #[ link_name = "llvm.wasm.relaxed. laneselect.v16i8" ]
30
30
fn llvm_i8x16_laneselect ( a : simd:: i8x16 , b : simd:: i8x16 , c : simd:: i8x16 ) -> simd:: i8x16 ;
31
- #[ link_name = "llvm.wasm.laneselect.v8i16" ]
31
+ #[ link_name = "llvm.wasm.relaxed. laneselect.v8i16" ]
32
32
fn llvm_i16x8_laneselect ( a : simd:: i16x8 , b : simd:: i16x8 , c : simd:: i16x8 ) -> simd:: i16x8 ;
33
- #[ link_name = "llvm.wasm.laneselect.v4i32" ]
33
+ #[ link_name = "llvm.wasm.relaxed. laneselect.v4i32" ]
34
34
fn llvm_i32x4_laneselect ( a : simd:: i32x4 , b : simd:: i32x4 , c : simd:: i32x4 ) -> simd:: i32x4 ;
35
- #[ link_name = "llvm.wasm.laneselect.v2i64" ]
35
+ #[ link_name = "llvm.wasm.relaxed. laneselect.v2i64" ]
36
36
fn llvm_i64x2_laneselect ( a : simd:: i64x2 , b : simd:: i64x2 , c : simd:: i64x2 ) -> simd:: i64x2 ;
37
37
38
38
#[ link_name = "llvm.wasm.relaxed.min.v4f32" ]
@@ -46,9 +46,9 @@ extern "C" {
46
46
47
47
#[ link_name = "llvm.wasm.relaxed.q15mulr.signed" ]
48
48
fn llvm_relaxed_q15mulr_signed ( a : simd:: i16x8 , b : simd:: i16x8 ) -> simd:: i16x8 ;
49
- #[ link_name = "llvm.wasm.dot.i8x16.i7x16.signed" ]
49
+ #[ link_name = "llvm.wasm.relaxed. dot.i8x16.i7x16.signed" ]
50
50
fn llvm_i16x8_relaxed_dot_i8x16_i7x16_s ( a : simd:: i8x16 , b : simd:: i8x16 ) -> simd:: i16x8 ;
51
- #[ link_name = "llvm.wasm.dot.i8x16.i7x16.add.signed" ]
51
+ #[ link_name = "llvm.wasm.relaxed. dot.i8x16.i7x16.add.signed" ]
52
52
fn llvm_i32x4_relaxed_dot_i8x16_i7x16_add_s (
53
53
a : simd:: i8x16 ,
54
54
b : simd:: i8x16 ,
@@ -68,7 +68,7 @@ extern "C" {
68
68
#[ cfg_attr( test, assert_instr( i8x16. relaxed_swizzle) ) ]
69
69
#[ target_feature( enable = "relaxed-simd" ) ]
70
70
#[ doc( alias( "i8x16.relaxed_swizzle" ) ) ]
71
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
71
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
72
72
pub fn i8x16_relaxed_swizzle ( a : v128 , s : v128 ) -> v128 {
73
73
unsafe { llvm_relaxed_swizzle ( a. as_i8x16 ( ) , s. as_i8x16 ( ) ) . v128 ( ) }
74
74
}
@@ -82,7 +82,7 @@ pub fn i8x16_relaxed_swizzle(a: v128, s: v128) -> v128 {
82
82
#[ cfg_attr( test, assert_instr( i32x4. relaxed_trunc_f32x4_s) ) ]
83
83
#[ target_feature( enable = "relaxed-simd" ) ]
84
84
#[ doc( alias( "i32x4.relaxed_trunc_f32x4_s" ) ) ]
85
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
85
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
86
86
pub fn i32x4_relaxed_trunc_f32x4 ( a : v128 ) -> v128 {
87
87
unsafe { llvm_relaxed_trunc_signed ( a. as_f32x4 ( ) ) . v128 ( ) }
88
88
}
@@ -96,7 +96,7 @@ pub fn i32x4_relaxed_trunc_f32x4(a: v128) -> v128 {
96
96
#[ cfg_attr( test, assert_instr( i32x4. relaxed_trunc_f32x4_u) ) ]
97
97
#[ target_feature( enable = "relaxed-simd" ) ]
98
98
#[ doc( alias( "i32x4.relaxed_trunc_f32x4_u" ) ) ]
99
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
99
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
100
100
pub fn u32x4_relaxed_trunc_f32x4 ( a : v128 ) -> v128 {
101
101
unsafe { llvm_relaxed_trunc_unsigned ( a. as_f32x4 ( ) ) . v128 ( ) }
102
102
}
@@ -110,7 +110,7 @@ pub fn u32x4_relaxed_trunc_f32x4(a: v128) -> v128 {
110
110
#[ cfg_attr( test, assert_instr( i32x4. relaxed_trunc_f64x2_s_zero) ) ]
111
111
#[ target_feature( enable = "relaxed-simd" ) ]
112
112
#[ doc( alias( "i32x4.relaxed_trunc_f64x2_s_zero" ) ) ]
113
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
113
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
114
114
pub fn i32x4_relaxed_trunc_f64x2_zero ( a : v128 ) -> v128 {
115
115
unsafe { llvm_relaxed_trunc_signed_zero ( a. as_f64x2 ( ) ) . v128 ( ) }
116
116
}
@@ -124,7 +124,7 @@ pub fn i32x4_relaxed_trunc_f64x2_zero(a: v128) -> v128 {
124
124
#[ cfg_attr( test, assert_instr( i32x4. relaxed_trunc_f64x2_u_zero) ) ]
125
125
#[ target_feature( enable = "relaxed-simd" ) ]
126
126
#[ doc( alias( "i32x4.relaxed_trunc_f64x2_u_zero" ) ) ]
127
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
127
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
128
128
pub fn u32x4_relaxed_trunc_f64x2_zero ( a : v128 ) -> v128 {
129
129
unsafe { llvm_relaxed_trunc_unsigned_zero ( a. as_f64x2 ( ) ) . v128 ( ) }
130
130
}
@@ -134,7 +134,7 @@ pub fn u32x4_relaxed_trunc_f64x2_zero(a: v128) -> v128 {
134
134
#[ cfg_attr( test, assert_instr( f32x4. relaxed_madd) ) ]
135
135
#[ target_feature( enable = "relaxed-simd" ) ]
136
136
#[ doc( alias( "f32x4.relaxed_madd" ) ) ]
137
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
137
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
138
138
pub fn f32x4_relaxed_madd ( a : v128 , b : v128 , c : v128 ) -> v128 {
139
139
unsafe { llvm_f32x4_fma ( a. as_f32x4 ( ) , b. as_f32x4 ( ) , c. as_f32x4 ( ) ) . v128 ( ) }
140
140
}
@@ -144,7 +144,7 @@ pub fn f32x4_relaxed_madd(a: v128, b: v128, c: v128) -> v128 {
144
144
#[ cfg_attr( test, assert_instr( f32x4. relaxed_nmadd) ) ]
145
145
#[ target_feature( enable = "relaxed-simd" ) ]
146
146
#[ doc( alias( "f32x4.relaxed_nmadd" ) ) ]
147
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
147
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
148
148
pub fn f32x4_relaxed_nmadd ( a : v128 , b : v128 , c : v128 ) -> v128 {
149
149
unsafe { llvm_f32x4_fms ( a. as_f32x4 ( ) , b. as_f32x4 ( ) , c. as_f32x4 ( ) ) . v128 ( ) }
150
150
}
@@ -154,7 +154,7 @@ pub fn f32x4_relaxed_nmadd(a: v128, b: v128, c: v128) -> v128 {
154
154
#[ cfg_attr( test, assert_instr( f64x2. relaxed_madd) ) ]
155
155
#[ target_feature( enable = "relaxed-simd" ) ]
156
156
#[ doc( alias( "f64x2.relaxed_madd" ) ) ]
157
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
157
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
158
158
pub fn f64x2_relaxed_madd ( a : v128 , b : v128 , c : v128 ) -> v128 {
159
159
unsafe { llvm_f64x2_fma ( a. as_f64x2 ( ) , b. as_f64x2 ( ) , c. as_f64x2 ( ) ) . v128 ( ) }
160
160
}
@@ -164,7 +164,7 @@ pub fn f64x2_relaxed_madd(a: v128, b: v128, c: v128) -> v128 {
164
164
#[ cfg_attr( test, assert_instr( f64x2. relaxed_nmadd) ) ]
165
165
#[ target_feature( enable = "relaxed-simd" ) ]
166
166
#[ doc( alias( "f64x2.relaxed_nmadd" ) ) ]
167
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
167
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
168
168
pub fn f64x2_relaxed_nmadd ( a : v128 , b : v128 , c : v128 ) -> v128 {
169
169
unsafe { llvm_f64x2_fms ( a. as_f64x2 ( ) , b. as_f64x2 ( ) , c. as_f64x2 ( ) ) . v128 ( ) }
170
170
}
@@ -180,7 +180,7 @@ pub fn f64x2_relaxed_nmadd(a: v128, b: v128, c: v128) -> v128 {
180
180
#[ cfg_attr( test, assert_instr( i8x16. relaxed_laneselect) ) ]
181
181
#[ target_feature( enable = "relaxed-simd" ) ]
182
182
#[ doc( alias( "i8x16.relaxed_laneselect" ) ) ]
183
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
183
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
184
184
pub fn i8x16_relaxed_laneselect ( a : v128 , b : v128 , m : v128 ) -> v128 {
185
185
unsafe { llvm_i8x16_laneselect ( a. as_i8x16 ( ) , b. as_i8x16 ( ) , m. as_i8x16 ( ) ) . v128 ( ) }
186
186
}
@@ -196,7 +196,7 @@ pub fn i8x16_relaxed_laneselect(a: v128, b: v128, m: v128) -> v128 {
196
196
#[ cfg_attr( test, assert_instr( i16x8. relaxed_laneselect) ) ]
197
197
#[ target_feature( enable = "relaxed-simd" ) ]
198
198
#[ doc( alias( "i16x8.relaxed_laneselect" ) ) ]
199
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
199
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
200
200
pub fn i16x8_relaxed_laneselect ( a : v128 , b : v128 , m : v128 ) -> v128 {
201
201
unsafe { llvm_i16x8_laneselect ( a. as_i16x8 ( ) , b. as_i16x8 ( ) , m. as_i16x8 ( ) ) . v128 ( ) }
202
202
}
@@ -212,7 +212,7 @@ pub fn i16x8_relaxed_laneselect(a: v128, b: v128, m: v128) -> v128 {
212
212
#[ cfg_attr( test, assert_instr( i32x4. relaxed_laneselect) ) ]
213
213
#[ target_feature( enable = "relaxed-simd" ) ]
214
214
#[ doc( alias( "i32x4.relaxed_laneselect" ) ) ]
215
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
215
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
216
216
pub fn i32x4_relaxed_laneselect ( a : v128 , b : v128 , m : v128 ) -> v128 {
217
217
unsafe { llvm_i32x4_laneselect ( a. as_i32x4 ( ) , b. as_i32x4 ( ) , m. as_i32x4 ( ) ) . v128 ( ) }
218
218
}
@@ -228,7 +228,7 @@ pub fn i32x4_relaxed_laneselect(a: v128, b: v128, m: v128) -> v128 {
228
228
#[ cfg_attr( test, assert_instr( i64x2. relaxed_laneselect) ) ]
229
229
#[ target_feature( enable = "relaxed-simd" ) ]
230
230
#[ doc( alias( "i64x2.relaxed_laneselect" ) ) ]
231
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
231
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
232
232
pub fn i64x2_relaxed_laneselect ( a : v128 , b : v128 , m : v128 ) -> v128 {
233
233
unsafe { llvm_i64x2_laneselect ( a. as_i64x2 ( ) , b. as_i64x2 ( ) , m. as_i64x2 ( ) ) . v128 ( ) }
234
234
}
@@ -239,7 +239,7 @@ pub fn i64x2_relaxed_laneselect(a: v128, b: v128, m: v128) -> v128 {
239
239
#[ cfg_attr( test, assert_instr( f32x4. relaxed_min) ) ]
240
240
#[ target_feature( enable = "relaxed-simd" ) ]
241
241
#[ doc( alias( "f32x4.relaxed_min" ) ) ]
242
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
242
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
243
243
pub fn f32x4_relaxed_min ( a : v128 , b : v128 ) -> v128 {
244
244
unsafe { llvm_f32x4_relaxed_min ( a. as_f32x4 ( ) , b. as_f32x4 ( ) ) . v128 ( ) }
245
245
}
@@ -250,7 +250,7 @@ pub fn f32x4_relaxed_min(a: v128, b: v128) -> v128 {
250
250
#[ cfg_attr( test, assert_instr( f32x4. relaxed_max) ) ]
251
251
#[ target_feature( enable = "relaxed-simd" ) ]
252
252
#[ doc( alias( "f32x4.relaxed_max" ) ) ]
253
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
253
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
254
254
pub fn f32x4_relaxed_max ( a : v128 , b : v128 ) -> v128 {
255
255
unsafe { llvm_f32x4_relaxed_max ( a. as_f32x4 ( ) , b. as_f32x4 ( ) ) . v128 ( ) }
256
256
}
@@ -261,7 +261,7 @@ pub fn f32x4_relaxed_max(a: v128, b: v128) -> v128 {
261
261
#[ cfg_attr( test, assert_instr( f64x2. relaxed_min) ) ]
262
262
#[ target_feature( enable = "relaxed-simd" ) ]
263
263
#[ doc( alias( "f64x2.relaxed_min" ) ) ]
264
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
264
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
265
265
pub fn f64x2_relaxed_min ( a : v128 , b : v128 ) -> v128 {
266
266
unsafe { llvm_f64x2_relaxed_min ( a. as_f64x2 ( ) , b. as_f64x2 ( ) ) . v128 ( ) }
267
267
}
@@ -272,7 +272,7 @@ pub fn f64x2_relaxed_min(a: v128, b: v128) -> v128 {
272
272
#[ cfg_attr( test, assert_instr( f64x2. relaxed_max) ) ]
273
273
#[ target_feature( enable = "relaxed-simd" ) ]
274
274
#[ doc( alias( "f64x2.relaxed_max" ) ) ]
275
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
275
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
276
276
pub fn f64x2_relaxed_max ( a : v128 , b : v128 ) -> v128 {
277
277
unsafe { llvm_f64x2_relaxed_max ( a. as_f64x2 ( ) , b. as_f64x2 ( ) ) . v128 ( ) }
278
278
}
@@ -283,7 +283,7 @@ pub fn f64x2_relaxed_max(a: v128, b: v128) -> v128 {
283
283
#[ cfg_attr( test, assert_instr( i16x8. relaxed_q15mulr_s) ) ]
284
284
#[ target_feature( enable = "relaxed-simd" ) ]
285
285
#[ doc( alias( "i16x8.relaxed_q15mulr_s" ) ) ]
286
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
286
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
287
287
pub fn i16x8_relaxed_q15mulr ( a : v128 , b : v128 ) -> v128 {
288
288
unsafe { llvm_relaxed_q15mulr_signed ( a. as_i16x8 ( ) , b. as_i16x8 ( ) ) . v128 ( ) }
289
289
}
@@ -303,7 +303,7 @@ pub fn i16x8_relaxed_q15mulr(a: v128, b: v128) -> v128 {
303
303
#[ cfg_attr( test, assert_instr( i16x8. relaxed_dot_i8x16_i7x16_s) ) ]
304
304
#[ target_feature( enable = "relaxed-simd" ) ]
305
305
#[ doc( alias( "i16x8.relaxed_dot_i8x16_i7x16_s" ) ) ]
306
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
306
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
307
307
pub fn i16x8_relaxed_dot_i8x16_i7x16 ( a : v128 , b : v128 ) -> v128 {
308
308
unsafe { llvm_i16x8_relaxed_dot_i8x16_i7x16_s ( a. as_i8x16 ( ) , b. as_i8x16 ( ) ) . v128 ( ) }
309
309
}
@@ -315,7 +315,7 @@ pub fn i16x8_relaxed_dot_i8x16_i7x16(a: v128, b: v128) -> v128 {
315
315
#[ cfg_attr( test, assert_instr( i32x4. relaxed_dot_i8x16_i7x16_add_s) ) ]
316
316
#[ target_feature( enable = "relaxed-simd" ) ]
317
317
#[ doc( alias( "i32x4.relaxed_dot_i8x16_i7x16_add_s" ) ) ]
318
- #[ unstable ( feature = "stdarch_wasm_relaxed_simd" , issue = "111196 " ) ]
318
+ #[ stable ( feature = "stdarch_wasm_relaxed_simd" , since = "CURRENT_RUSTC_VERSION " ) ]
319
319
pub fn i32x4_relaxed_dot_i8x16_i7x16_add ( a : v128 , b : v128 , c : v128 ) -> v128 {
320
320
unsafe {
321
321
llvm_i32x4_relaxed_dot_i8x16_i7x16_add_s ( a. as_i8x16 ( ) , b. as_i8x16 ( ) , c. as_i32x4 ( ) ) . v128 ( )
0 commit comments