Skip to content

Commit c35c020

Browse files
committed
Add poly128_t to stdarch-verify
1 parent a1973af commit c35c020

File tree

1 file changed

+1
-0
lines changed
  • crates/stdarch-verify/src

1 file changed

+1
-0
lines changed

crates/stdarch-verify/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ fn to_type(t: &syn::Type) -> proc_macro2::TokenStream {
181181
"poly8x16_t" => quote! { &POLY8X16 },
182182
"poly16x4_t" => quote! { &POLY16X4 },
183183
"poly16x8_t" => quote! { &POLY16X8 },
184+
"poly128_t" => quote! { &P128 },
184185

185186
"v16i8" => quote! { &v16i8 },
186187
"v8i16" => quote! { &v8i16 },

0 commit comments

Comments
 (0)