Skip to content

Commit

Permalink
Merge branch 'restrict_emmintrin_to_msvc_x86_64' into windows-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyvct committed Jul 29, 2021
2 parents 51abbb7 + f04a419 commit 0285e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libobs/util/sse-intrin.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#pragma once

#if defined(_MSC_VER) && (defined(_M_X64) || defined(_M_IX86)) && \
!defined(_M_ARM64)
!(defined(_M_ARM64) || defined(_M_ARM64EC))

#include <emmintrin.h>
#else
#define SIMDE_ENABLE_NATIVE_ALIASES
Expand Down

0 comments on commit 0285e53

Please sign in to comment.