0
0
Fork 0
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:
Jason Volk 2020-07-07 16:53:57 -07:00
parent f1c8eb3c1c
commit 59ce393581

View file

@ -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