File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2154,6 +2154,9 @@ struct preferred_vector_width_int {
21542154struct preferred_vector_width_long {
21552155 using return_type = std::uint32_t;
21562156};
2157+ struct preferred_vector_width_long_long {
2158+ using return_type = std::uint32_t;
2159+ };
21572160struct preferred_vector_width_float {
21582161 using return_type = std::uint32_t;
21592162};
@@ -2195,6 +2198,9 @@ struct native_vector_width_int {
21952198struct native_vector_width_long {
21962199 using return_type = std::uint32_t;
21972200};
2201+ struct native_vector_width_long_long {
2202+ using return_type = std::uint32_t;
2203+ };
21982204struct native_vector_width_float {
21992205 using return_type = std::uint32_t;
22002206};
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