@@ -353,35 +353,35 @@ pub mod arch {
353
353
pub use coresimd:: arch:: x86_64;
354
354
355
355
#[ cfg( all( not( dox) , target_arch = "arm" ) ) ]
356
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
356
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
357
357
pub use coresimd:: arch:: arm;
358
358
359
359
#[ cfg( all( not( dox) , target_arch = "aarch64" ) ) ]
360
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
360
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
361
361
pub use coresimd:: arch:: aarch64;
362
362
363
363
#[ cfg( target_arch = "wasm32" ) ]
364
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
364
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
365
365
pub use coresimd:: arch:: wasm32;
366
366
367
367
#[ cfg( all( not( dox) , target_arch = "mips" ) ) ]
368
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
368
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
369
369
pub use coresimd:: arch:: mips;
370
370
371
371
#[ cfg( all( not( dox) , target_arch = "mips64" ) ) ]
372
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
372
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
373
373
pub use coresimd:: arch:: mips64;
374
374
375
375
#[ cfg( all( not( dox) , target_arch = "powerpc" ) ) ]
376
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
376
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
377
377
pub use coresimd:: arch:: powerpc;
378
378
379
379
#[ cfg( all( not( dox) , target_arch = "powerpc64" ) ) ]
380
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
380
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
381
381
pub use coresimd:: arch:: powerpc64;
382
382
383
383
#[ doc( hidden) ] // unstable implementation detail
384
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
384
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
385
385
pub mod detect;
386
386
387
387
/// Platform-specific intrinsics for the `x86` platform.
@@ -417,7 +417,7 @@ pub mod arch {
417
417
/// [libcore]: ../../../core/arch/arm/index.html
418
418
#[ cfg( dox) ]
419
419
#[ doc( cfg( target_arch = "arm" ) ) ]
420
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
420
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
421
421
pub mod arm { }
422
422
423
423
/// Platform-specific intrinsics for the `aarch64` platform.
@@ -429,7 +429,7 @@ pub mod arch {
429
429
/// [libcore]: ../../../core/arch/aarch64/index.html
430
430
#[ cfg( dox) ]
431
431
#[ doc( cfg( target_arch = "aarch64" ) ) ]
432
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
432
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
433
433
pub mod aarch64 { }
434
434
435
435
/// Platform-specific intrinsics for the `mips` platform.
@@ -441,7 +441,7 @@ pub mod arch {
441
441
/// [libcore]: ../../../core/arch/mips/index.html
442
442
#[ cfg( dox) ]
443
443
#[ doc( cfg( target_arch = "mips" ) ) ]
444
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
444
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
445
445
pub mod mips { }
446
446
447
447
/// Platform-specific intrinsics for the `mips64` platform.
@@ -453,7 +453,7 @@ pub mod arch {
453
453
/// [libcore]: ../../../core/arch/mips64/index.html
454
454
#[ cfg( dox) ]
455
455
#[ doc( cfg( target_arch = "mips64" ) ) ]
456
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
456
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
457
457
pub mod mips64 { }
458
458
459
459
/// Platform-specific intrinsics for the `powerpc` platform.
@@ -465,7 +465,7 @@ pub mod arch {
465
465
/// [libcore]: ../../../core/arch/powerpc/index.html
466
466
#[ cfg( dox) ]
467
467
#[ doc( cfg( target_arch = "powerpc" ) ) ]
468
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
468
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
469
469
pub mod powerpc { }
470
470
471
471
/// Platform-specific intrinsics for the `powerpc64` platform.
@@ -477,9 +477,9 @@ pub mod arch {
477
477
/// [libcore]: ../../../core/arch/powerpc64/index.html
478
478
#[ cfg( dox) ]
479
479
#[ doc( cfg( target_arch = "powerpc64" ) ) ]
480
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
480
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
481
481
pub mod powerpc64 { }
482
482
}
483
483
484
- #[ unstable( feature = "stdsimd" , issue = "0 " ) ]
484
+ #[ unstable( feature = "stdsimd" , issue = "27731 " ) ]
485
485
pub use coresimd:: simd;
0 commit comments