File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
crates/std_detect/src/detect/arch Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ features! {
2121 /// F
2222 @FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] d: "d" ;
2323 /// D
24- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] frecipe: "frecipe" ;
24+ @FEATURE : #[ stable ( feature = "loongarch_features " , since = "1.88.0 " ) ] frecipe: "frecipe" ;
2525 /// Frecipe
26- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lsx: "lsx" ;
26+ @FEATURE : #[ stable ( feature = "loongarch_features " , since = "1.88.0 " ) ] lsx: "lsx" ;
2727 /// LSX
28- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lasx: "lasx" ;
28+ @FEATURE : #[ stable ( feature = "loongarch_features " , since = "1.88.0 " ) ] lasx: "lasx" ;
2929 /// LASX
30- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lbt: "lbt" ;
30+ @FEATURE : #[ stable ( feature = "loongarch_features " , since = "1.88.0 " ) ] lbt: "lbt" ;
3131 /// LBT
32- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lvz: "lvz" ;
32+ @FEATURE : #[ stable ( feature = "loongarch_features " , since = "1.88.0 " ) ] lvz: "lvz" ;
3333 /// LVZ
3434 @FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] ual: "ual" ;
3535 /// UAL
You can’t perform that action at this time.
0 commit comments