0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 15:28:20 +02:00

ircd::simd: Fix attribute ns.

This commit is contained in:
Jason Volk 2021-03-13 14:45:10 -08:00
parent ce9f059e51
commit c7fa7a07ee

View file

@ -60,7 +60,7 @@ namespace ircd::simd
}
template<class T>
[[const]]
[[gnu::const]]
inline T
ircd::simd::mask_full()
{