Skip to content

Commit

Permalink
armv7 / aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Nov 25, 2021
1 parent 3627263 commit 7bcfd9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ResampleImageSSE2.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@


#if defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64)
#define _USE_MATH_DEFINES

#include "tjsCommHead.h"
Expand All @@ -15,6 +14,7 @@
#include <cmath>
#include <vector>

#if defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64)
#include <xmmintrin.h> // SSE
#include <emmintrin.h> // SSE2

Expand Down
1 change: 1 addition & 0 deletions x86simdutil.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

#include "tjsCommHead.h"

#if defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64)
#pragma warning(push)
Expand Down

0 comments on commit 7bcfd9b

Please sign in to comment.