Skip to content

Commit

Permalink
separate windows' intrin.h from intel sse's xmmintrin.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Evans committed Mar 22, 2013
1 parent acf523b commit 9640b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CompilerCl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <intrin.h>

// Template classes shouldn't be DLL exported, but the compiler warns us by default.
#pragma warning( disable : 4251 ) // 'identifier' : class 'type' needs to have dll-interface to be used by clients of class 'type2'
// Visual C++ does not support exception specifications at this time, but we still want to retain them for compilers
Expand Down
4 changes: 2 additions & 2 deletions CpuX86.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <intrin.h>
#
#include <xmmintrin.h>

/// Defined as 1 for little-endian platforms.
#define HELIUM_ENDIAN_LITTLE 1

Expand Down

0 comments on commit 9640b42

Please sign in to comment.