mirror of
https://github.com/AxioDL/zeus.git
synced 2025-07-08 14:15:55 +00:00
Merge branch 'master' of https://github.com/AxioDL/MathLib
This commit is contained in:
commit
9ce41a40f8
@ -4,7 +4,6 @@
|
|||||||
#if _M_IX86_FP >= 1 || _M_X64
|
#if _M_IX86_FP >= 1 || _M_X64
|
||||||
# define __SSE__ 1
|
# define __SSE__ 1
|
||||||
#endif
|
#endif
|
||||||
#include <x86intrin.h>
|
|
||||||
|
|
||||||
#if __SSE__
|
#if __SSE__
|
||||||
# include <immintrin.h>
|
# include <immintrin.h>
|
||||||
|
@ -1,8 +1,14 @@
|
|||||||
#ifndef MATH_HPP
|
#ifndef MATH_HPP
|
||||||
#define MATH_HPP
|
#define MATH_HPP
|
||||||
|
|
||||||
|
#ifndef NOMINMAX
|
||||||
|
#define NOMINMAX 1
|
||||||
|
#endif
|
||||||
|
#ifndef _USE_MATH_DEFINES
|
||||||
#define _USE_MATH_DEFINES 1
|
#define _USE_MATH_DEFINES 1
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "CVector3f.hpp"
|
#include "CVector3f.hpp"
|
||||||
#include "CTransform.hpp"
|
#include "CTransform.hpp"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user