Skip to content

Commit

Permalink
Fix ARM64EC build
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.
  • Loading branch information
Agoston Szepessy committed Apr 18, 2024
1 parent 9dcd19f commit e561a0f
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 e561a0f

Please sign in to comment.