From f2320724a74f95d83f8c259e1a96cf2cd9a1d6aa Mon Sep 17 00:00:00 2001 From: AgostonSzepessy Date: Fri, 19 Apr 2024 01:36:37 -0700 Subject: [PATCH] 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 --- src/catch2/internal/catch_random_integer_helpers.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/catch2/internal/catch_random_integer_helpers.hpp b/src/catch2/internal/catch_random_integer_helpers.hpp index 3b34be7a..cb5e004f 100644 --- a/src/catch2/internal/catch_random_integer_helpers.hpp +++ b/src/catch2/internal/catch_random_integer_helpers.hpp @@ -39,7 +39,6 @@ !defined( CATCH_CONFIG_MSVC_UMUL128 ) # define CATCH_CONFIG_MSVC_UMUL128 # include -# pragma intrinsic( _umul128 ) #endif