mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
ircd::db::allocator: Update alignment defaults.
This commit is contained in:
parent
f1c8eb3c1c
commit
59ce393581
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ namespace ircd::db
|
|||
decltype(ircd::db::database::allocator::ALIGN_DEFAULT)
|
||||
ircd::db::database::allocator::ALIGN_DEFAULT
|
||||
{
|
||||
#if defined(__AVX__)
|
||||
#if defined(__AVX512F__)
|
||||
64
|
||||
#elif defined(__AVX__)
|
||||
32
|
||||
#elif defined(__SSE__)
|
||||
16
|
||||
|
|
Loading…
Reference in a new issue