Skip to content

Commit

Permalink
Fix build on ARM64EC (#2858)
Browse files Browse the repository at this point in the history
Remove `#pragma intrinsic(_umul128)` because it doesn't work on
ARM64EC and x64 works without it.

Co-authored-by: Agoston Szepessy <[email protected]>
  • Loading branch information
AgostonSzepessy and Agoston Szepessy authored Apr 19, 2024
1 parent 8e80b8f commit f232072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/catch2/internal/catch_random_integer_helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
!defined( CATCH_CONFIG_MSVC_UMUL128 )
# define CATCH_CONFIG_MSVC_UMUL128
# include <intrin.h>
# pragma intrinsic( _umul128 )
#endif


Expand Down

0 comments on commit f232072

Please sign in to comment.