@@ -57,18 +57,18 @@ fn aarch64_linux() {
5757 println ! ( "fhm: {}" , is_aarch64_feature_detected!( "fhm" ) ) ;
5858 println ! ( "flagm2: {}" , is_aarch64_feature_detected!( "flagm2" ) ) ;
5959 println ! ( "flagm: {}" , is_aarch64_feature_detected!( "flagm" ) ) ;
60- println ! ( "fp16: {}" , is_aarch64_feature_detected!( "fp16" ) ) ;
6160 println ! ( "fp8: {}" , is_aarch64_feature_detected!( "fp8" ) ) ;
6261 println ! ( "fp8dot2: {}" , is_aarch64_feature_detected!( "fp8dot2" ) ) ;
6362 println ! ( "fp8dot4: {}" , is_aarch64_feature_detected!( "fp8dot4" ) ) ;
6463 println ! ( "fp8fma: {}" , is_aarch64_feature_detected!( "fp8fma" ) ) ;
64+ println ! ( "fp16: {}" , is_aarch64_feature_detected!( "fp16" ) ) ;
6565 println ! ( "fpmr: {}" , is_aarch64_feature_detected!( "fpmr" ) ) ;
6666 println ! ( "frintts: {}" , is_aarch64_feature_detected!( "frintts" ) ) ;
6767 println ! ( "hbc: {}" , is_aarch64_feature_detected!( "hbc" ) ) ;
6868 println ! ( "i8mm: {}" , is_aarch64_feature_detected!( "i8mm" ) ) ;
6969 println ! ( "jsconv: {}" , is_aarch64_feature_detected!( "jsconv" ) ) ;
70- println ! ( "lse128: {}" , is_aarch64_feature_detected!( "lse128" ) ) ;
7170 println ! ( "lse2: {}" , is_aarch64_feature_detected!( "lse2" ) ) ;
71+ println ! ( "lse128: {}" , is_aarch64_feature_detected!( "lse128" ) ) ;
7272 println ! ( "lse: {}" , is_aarch64_feature_detected!( "lse" ) ) ;
7373 println ! ( "lut: {}" , is_aarch64_feature_detected!( "lut" ) ) ;
7474 println ! ( "mops: {}" , is_aarch64_feature_detected!( "mops" ) ) ;
@@ -87,10 +87,10 @@ fn aarch64_linux() {
8787 println ! ( "sha3: {}" , is_aarch64_feature_detected!( "sha3" ) ) ;
8888 println ! ( "sm4: {}" , is_aarch64_feature_detected!( "sm4" ) ) ;
8989 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" ) ) ;
9290 println ! ( "sme-f8f16: {}" , is_aarch64_feature_detected!( "sme-f8f16" ) ) ;
9391 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" ) ) ;
9494 println ! ( "sme-fa64: {}" , is_aarch64_feature_detected!( "sme-fa64" ) ) ;
9595 println ! ( "sme-i16i64: {}" , is_aarch64_feature_detected!( "sme-i16i64" ) ) ;
9696 println ! ( "sme-lutv2: {}" , is_aarch64_feature_detected!( "sme-lutv2" ) ) ;
0 commit comments