0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

ircd::simd: Remove unused attribute (clang) (38e77c64c6).

This commit is contained in:
Jason Volk 2023-04-03 10:49:53 -07:00
parent 602833d0ef
commit 6264071248

View file

@ -24,7 +24,7 @@ namespace ircd::simd
/// T = inner aligned type
template<class T>
struct
[[using clang: internal_linkage, nodebug]]
[[using clang: internal_linkage]]
[[using gnu: packed, aligned(1), visibility("internal")]]
ircd::simd::unaligned
{