Skip to content
Snippets Groups Projects
Commit e27ae266 authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch '25.0.25-fixVec' into 'main'

Fix alias syntax

See merge request atlas/athena!77795
parents b95ae91c a7b741fd
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ struct vec_typedef {
#if HAVE_VECTOR_SIZE_ATTRIBUTE
using type __attribute__((vector_size(N * sizeof(T)))) = T;
#else
using type vec_fb<T, N>;
using type = vec_fb<T, N>;
#endif
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment