forked from AuroraMiddleware/gtk
Dropped defined() for readability
This commit is contained in:
parent
e5b89569fd
commit
bc7b6a0e53
@ -20,7 +20,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if defined(_MSC_VER) && !defined(_M_ARM) && !defined(_M_ARM64) && defined(__AVX__) || defined(__SSE4_2__) || defined(__POPCNT__)
|
||||
#if (_MSC_VER && !_M_ARM && !_M_ARM64) && (__AVX__ || __SSE4_2__ || __POPCNT__)
|
||||
#include <intrin.h>
|
||||
|
||||
static inline guint
|
||||
|
Loading…
Reference in New Issue
Block a user