fixed macro usage

This commit is contained in:
joaquintides
2022-09-28 17:26:12 +02:00
parent c61222403e
commit f6544f69ca

View File

@ -70,7 +70,7 @@ namespace foa{
/* TODO: description */
#ifdef BOOST_UNORDERED_SSE2
#if defined(BOOST_UNORDERED_SSE2)
struct group15
{
@ -216,7 +216,7 @@ private:
__m128i m;
};
#elif BOOST_UNORDERED_LITTLE_ENDIAN_NEON
#elif defined(BOOST_UNORDERED_LITTLE_ENDIAN_NEON)
struct group15
{