Allow ADLER32 using NEON instructions to be used in Visual C++ compiler.

This commit is contained in:
2023-09-23 00:49:50 +01:00
parent a08fc98bc8
commit 27cabe4c48

View File

@@ -30,7 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#if defined(__aarch64__) || defined(_M_ARM64) || ((defined(__arm__) || defined(_M_ARM)) && !defined(_MSC_VER))
#if defined(__aarch64__) || defined(_M_ARM64) || ((defined(__arm__) || defined(_M_ARM)))
#include <arm_neon.h>