mirror of
https://github.com/recp/cglm.git
synced 2026-01-06 07:04:07 +00:00
Merge pull request #49 from Yatima1460/master
replace _WIN32 with _MSC_VER
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_MSC_VER)
|
||||||
# ifdef CGLM_DLL
|
# ifdef CGLM_DLL
|
||||||
# define CGLM_EXPORT __declspec(dllexport)
|
# define CGLM_EXPORT __declspec(dllexport)
|
||||||
# else
|
# else
|
||||||
|
|||||||
@@ -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__
|
||||||
|
|||||||
Reference in New Issue
Block a user