mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Merge pull request #234 from coldtobi/master
Do not force USE_INTRINISCS to be set via source-code
This commit is contained in:
commit
8a2fd154bb
1 changed files with 0 additions and 6 deletions
|
@ -29,12 +29,6 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#ifndef __SYS_INTRIINSICS_H__
|
||||
#define __SYS_INTRIINSICS_H__
|
||||
|
||||
#if !defined(USE_INTRINSICS)
|
||||
#if defined(WIN32) || defined(__i386__) || defined(__x86_64__)
|
||||
#define USE_INTRINSICS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(USE_INTRINSICS)
|
||||
#include <emmintrin.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue