File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2145,6 +2145,9 @@ struct preferred_vector_width_int {
21452145struct preferred_vector_width_long {
21462146 using return_type = std::uint32_t;
21472147};
2148+ struct preferred_vector_width_long_long {
2149+ using return_type = std::uint32_t;
2150+ };
21482151struct preferred_vector_width_float {
21492152 using return_type = std::uint32_t;
21502153};
@@ -2186,6 +2189,9 @@ struct native_vector_width_int {
21862189struct native_vector_width_long {
21872190 using return_type = std::uint32_t;
21882191};
2192+ struct native_vector_width_long_long {
2193+ using return_type = std::uint32_t;
2194+ };
21892195struct native_vector_width_float {
21902196 using return_type = std::uint32_t;
21912197};
Original file line number Diff line number Diff line change @@ -17,13 +17,15 @@ struct preferred_vector_width_char;
1717struct preferred_vector_width_short ;
1818struct preferred_vector_width_int ;
1919struct preferred_vector_width_long ;
20+ struct preferred_vector_width_long_long ;
2021struct preferred_vector_width_float ;
2122struct preferred_vector_width_double ;
2223struct preferred_vector_width_half ;
2324struct native_vector_width_char ;
2425struct native_vector_width_short ;
2526struct native_vector_width_int ;
2627struct native_vector_width_long ;
28+ struct native_vector_width_long_long ;
2729struct native_vector_width_float ;
2830struct native_vector_width_double ;
2931struct native_vector_width_half ;
You can’t perform that action at this time.
0 commit comments