replaced _WIN32 with _MSC_VER

This commit is contained in:
Federico Santamorena
2018-04-30 17:13:16 +02:00
committed by GitHub
parent 94d6036c38
commit 064209c917

View File

@@ -8,7 +8,7 @@
#ifndef cglm_intrin_h #ifndef cglm_intrin_h
#define cglm_intrin_h #define cglm_intrin_h
#if defined( _WIN32 ) #if defined( _MSC_VER )
# if (defined(_M_AMD64) || defined(_M_X64)) || _M_IX86_FP == 2 # if (defined(_M_AMD64) || defined(_M_X64)) || _M_IX86_FP == 2
# ifndef __SSE2__ # ifndef __SSE2__
# define __SSE2__ # define __SSE2__