1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-31 07:34:46 +02:00

Fix build on ARM64EC ()

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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