Skip to content

Commit

Permalink
[ARM64EC] Make intrin.h include arm64intrin.h.
Browse files Browse the repository at this point in the history
Fixes compiling windows.h using clang's intrin.h.
  • Loading branch information
efriedma-quic committed Apr 10, 2024
1 parent e0219f2 commit 349327f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Headers/intrin.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <armintr.h>
#endif

#if defined(__aarch64__)
#if defined(__aarch64__) || defined(__arm64ec__)
#include <arm64intr.h>
#endif

Expand Down

0 comments on commit 349327f

Please sign in to comment.