mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
ircd::simd: Fix attribute ns.
This commit is contained in:
parent
ce9f059e51
commit
c7fa7a07ee
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ namespace ircd::simd
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
[[const]]
|
[[gnu::const]]
|
||||||
inline T
|
inline T
|
||||||
ircd::simd::mask_full()
|
ircd::simd::mask_full()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue