Dropped defined() for readability

This commit is contained in:
scherek 2021-06-12 19:10:11 +02:00
parent e5b89569fd
commit bc7b6a0e53

View File

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