mirror of
https://github.com/matrix-construct/construct
synced 2025-02-16 16:50:12 +01:00
ircd::simd: Remove unused attribute (clang) (38e77c64c6
).
This commit is contained in:
parent
602833d0ef
commit
6264071248
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue