@@ -57,18 +57,18 @@ fn aarch64_linux() {
57
57
println ! ( "fhm: {}" , is_aarch64_feature_detected!( "fhm" ) ) ;
58
58
println ! ( "flagm2: {}" , is_aarch64_feature_detected!( "flagm2" ) ) ;
59
59
println ! ( "flagm: {}" , is_aarch64_feature_detected!( "flagm" ) ) ;
60
- println ! ( "fp16: {}" , is_aarch64_feature_detected!( "fp16" ) ) ;
61
60
println ! ( "fp8: {}" , is_aarch64_feature_detected!( "fp8" ) ) ;
62
61
println ! ( "fp8dot2: {}" , is_aarch64_feature_detected!( "fp8dot2" ) ) ;
63
62
println ! ( "fp8dot4: {}" , is_aarch64_feature_detected!( "fp8dot4" ) ) ;
64
63
println ! ( "fp8fma: {}" , is_aarch64_feature_detected!( "fp8fma" ) ) ;
64
+ println ! ( "fp16: {}" , is_aarch64_feature_detected!( "fp16" ) ) ;
65
65
println ! ( "fpmr: {}" , is_aarch64_feature_detected!( "fpmr" ) ) ;
66
66
println ! ( "frintts: {}" , is_aarch64_feature_detected!( "frintts" ) ) ;
67
67
println ! ( "hbc: {}" , is_aarch64_feature_detected!( "hbc" ) ) ;
68
68
println ! ( "i8mm: {}" , is_aarch64_feature_detected!( "i8mm" ) ) ;
69
69
println ! ( "jsconv: {}" , is_aarch64_feature_detected!( "jsconv" ) ) ;
70
- println ! ( "lse128: {}" , is_aarch64_feature_detected!( "lse128" ) ) ;
71
70
println ! ( "lse2: {}" , is_aarch64_feature_detected!( "lse2" ) ) ;
71
+ println ! ( "lse128: {}" , is_aarch64_feature_detected!( "lse128" ) ) ;
72
72
println ! ( "lse: {}" , is_aarch64_feature_detected!( "lse" ) ) ;
73
73
println ! ( "lut: {}" , is_aarch64_feature_detected!( "lut" ) ) ;
74
74
println ! ( "mops: {}" , is_aarch64_feature_detected!( "mops" ) ) ;
@@ -87,10 +87,10 @@ fn aarch64_linux() {
87
87
println ! ( "sha3: {}" , is_aarch64_feature_detected!( "sha3" ) ) ;
88
88
println ! ( "sm4: {}" , is_aarch64_feature_detected!( "sm4" ) ) ;
89
89
println ! ( "sme-b16b16: {}" , is_aarch64_feature_detected!( "sme-b16b16" ) ) ;
90
- println ! ( "sme-f16f16: {}" , is_aarch64_feature_detected!( "sme-f16f16" ) ) ;
91
- println ! ( "sme-f64f64: {}" , is_aarch64_feature_detected!( "sme-f64f64" ) ) ;
92
90
println ! ( "sme-f8f16: {}" , is_aarch64_feature_detected!( "sme-f8f16" ) ) ;
93
91
println ! ( "sme-f8f32: {}" , is_aarch64_feature_detected!( "sme-f8f32" ) ) ;
92
+ println ! ( "sme-f16f16: {}" , is_aarch64_feature_detected!( "sme-f16f16" ) ) ;
93
+ println ! ( "sme-f64f64: {}" , is_aarch64_feature_detected!( "sme-f64f64" ) ) ;
94
94
println ! ( "sme-fa64: {}" , is_aarch64_feature_detected!( "sme-fa64" ) ) ;
95
95
println ! ( "sme-i16i64: {}" , is_aarch64_feature_detected!( "sme-i16i64" ) ) ;
96
96
println ! ( "sme-lutv2: {}" , is_aarch64_feature_detected!( "sme-lutv2" ) ) ;
0 commit comments