Skip to content

Commit f232072

Browse files
AgostonSzepessyAgoston Szepessy
and
Agoston Szepessy
authored
Fix build on ARM64EC (#2858)
Remove `#pragma intrinsic(_umul128)` because it doesn't work on ARM64EC and x64 works without it. Co-authored-by: Agoston Szepessy <[email protected]>
1 parent 8e80b8f commit f232072

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/catch2/internal/catch_random_integer_helpers.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
!defined( CATCH_CONFIG_MSVC_UMUL128 )
4040
# define CATCH_CONFIG_MSVC_UMUL128
4141
# include <intrin.h>
42-
# pragma intrinsic( _umul128 )
4342
#endif
4443

4544

0 commit comments

Comments
 (0)