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 0448960 commit a260c20Copy full SHA for a260c20
crates/stdarch-verify/src/lib.rs
@@ -175,6 +175,7 @@ fn to_type(t: &syn::Type) -> proc_macro2::TokenStream {
175
"poly8x16x2_t" => quote! { &POLY8X16X2 },
176
"poly8x16x3_t" => quote! { &POLY8X16X3 },
177
"poly8x16x4_t" => quote! { &POLY8X16X4 },
178
+ "poly64_t" => quote! { &P64 },
179
"poly64x1_t" => quote! { &POLY64X1 },
180
"poly64x2_t" => quote! { &POLY64X2 },
181
"poly8x16_t" => quote! { &POLY8X16 },
0 commit comments