@@ -120,16 +120,16 @@ fn x86_all() {
120
120
println ! ( "avx512dq: {:?}" , is_x86_feature_detected!( "avx512dq" ) ) ;
121
121
println ! ( "avx512er: {:?}" , is_x86_feature_detected!( "avx512er" ) ) ;
122
122
println ! ( "avx512f: {:?}" , is_x86_feature_detected!( "avx512f" ) ) ;
123
- println ! ( "avx512gfni : {:?}" , is_x86_feature_detected!( "avx512gfni " ) ) ;
123
+ println ! ( "gfni : {:?}" , is_x86_feature_detected!( "gfni " ) ) ;
124
124
println ! ( "avx512ifma: {:?}" , is_x86_feature_detected!( "avx512ifma" ) ) ;
125
125
println ! ( "avx512pf: {:?}" , is_x86_feature_detected!( "avx512pf" ) ) ;
126
- println ! ( "avx512vaes : {:?}" , is_x86_feature_detected!( "avx512vaes " ) ) ;
126
+ println ! ( "vaes : {:?}" , is_x86_feature_detected!( "vaes " ) ) ;
127
127
println ! ( "avx512vbmi2: {:?}" , is_x86_feature_detected!( "avx512vbmi2" ) ) ;
128
128
println ! ( "avx512vbmi: {:?}" , is_x86_feature_detected!( "avx512vbmi" ) ) ;
129
129
println ! ( "avx512vl: {:?}" , is_x86_feature_detected!( "avx512vl" ) ) ;
130
130
println ! ( "avx512vnni: {:?}" , is_x86_feature_detected!( "avx512vnni" ) ) ;
131
131
println ! ( "avx512vp2intersect: {:?}" , is_x86_feature_detected!( "avx512vp2intersect" ) ) ;
132
- println ! ( "avx512vpclmulqdq : {:?}" , is_x86_feature_detected!( "avx512vpclmulqdq " ) ) ;
132
+ println ! ( "vpclmulqdq : {:?}" , is_x86_feature_detected!( "vpclmulqdq " ) ) ;
133
133
println ! ( "avx512vpopcntdq: {:?}" , is_x86_feature_detected!( "avx512vpopcntdq" ) ) ;
134
134
println ! ( "avx: {:?}" , is_x86_feature_detected!( "avx" ) ) ;
135
135
println ! ( "bmi1: {:?}" , is_x86_feature_detected!( "bmi1" ) ) ;
0 commit comments