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 <agos@microsoft.com>
This commit is contained in:
AgostonSzepessy
2024-04-19 01:36:37 -07:00
committed by GitHub
parent 8e80b8f22c
commit f2320724a7

View File

@ -39,7 +39,6 @@
!defined( CATCH_CONFIG_MSVC_UMUL128 )
# define CATCH_CONFIG_MSVC_UMUL128
# include <intrin.h>
# pragma intrinsic( _umul128 )
#endif