We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1973af commit c35c020Copy full SHA for c35c020
crates/stdarch-verify/src/lib.rs
@@ -181,6 +181,7 @@ fn to_type(t: &syn::Type) -> proc_macro2::TokenStream {
181
"poly8x16_t" => quote! { &POLY8X16 },
182
"poly16x4_t" => quote! { &POLY16X4 },
183
"poly16x8_t" => quote! { &POLY16X8 },
184
+ "poly128_t" => quote! { &P128 },
185
186
"v16i8" => quote! { &v16i8 },
187
"v8i16" => quote! { &v8i16 },
0 commit comments