Skip to content

Commit

Permalink
Add ARM64EC to the list of defines that trigger NEON intrinsics
Browse files Browse the repository at this point in the history
  • Loading branch information
Benualdo authored Sep 25, 2024
1 parent e9fa5c9 commit 1f3b894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hlsl++/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
// We try to auto detect any vector libraries available to the system.
// If we don't find any, fall back to scalar.

#if !defined(HLSLPP_ARM) && (defined(_M_ARM) || defined(__arm__) || defined(_M_ARM64) || defined(__aarch64__))
#if !defined(HLSLPP_ARM) && (defined(_M_ARM) || defined(__arm__) || defined(_M_ARM64) || defined(__aarch64__) || defined(_M_ARM64EC))

#define HLSLPP_ARM

Expand Down

0 comments on commit 1f3b894

Please sign in to comment.