Skip to content

Commit a260c20

Browse files
committed
Add poly64_t to stdarch-verify
1 parent 0448960 commit a260c20

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
@@ -175,6 +175,7 @@ fn to_type(t: &syn::Type) -> proc_macro2::TokenStream {
175175
"poly8x16x2_t" => quote! { &POLY8X16X2 },
176176
"poly8x16x3_t" => quote! { &POLY8X16X3 },
177177
"poly8x16x4_t" => quote! { &POLY8X16X4 },
178+
"poly64_t" => quote! { &P64 },
178179
"poly64x1_t" => quote! { &POLY64X1 },
179180
"poly64x2_t" => quote! { &POLY64X2 },
180181
"poly8x16_t" => quote! { &POLY8X16 },

0 commit comments

Comments
 (0)