mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +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>
|
||||
[[const]]
|
||||
[[gnu::const]]
|
||||
inline T
|
||||
ircd::simd::mask_full()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue