mirror of
https://github.com/boostorg/unordered.git
synced 2025-08-01 12:24:27 +02:00
fixed macro usage
This commit is contained in:
@@ -70,7 +70,7 @@ namespace foa{
|
|||||||
|
|
||||||
/* TODO: description */
|
/* TODO: description */
|
||||||
|
|
||||||
#ifdef BOOST_UNORDERED_SSE2
|
#if defined(BOOST_UNORDERED_SSE2)
|
||||||
|
|
||||||
struct group15
|
struct group15
|
||||||
{
|
{
|
||||||
@@ -216,7 +216,7 @@ private:
|
|||||||
__m128i m;
|
__m128i m;
|
||||||
};
|
};
|
||||||
|
|
||||||
#elif BOOST_UNORDERED_LITTLE_ENDIAN_NEON
|
#elif defined(BOOST_UNORDERED_LITTLE_ENDIAN_NEON)
|
||||||
|
|
||||||
struct group15
|
struct group15
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user