mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	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:
		| @@ -39,7 +39,6 @@ | ||||
|     !defined( CATCH_CONFIG_MSVC_UMUL128 ) | ||||
| #    define CATCH_CONFIG_MSVC_UMUL128 | ||||
| #    include <intrin.h> | ||||
| #    pragma intrinsic( _umul128 ) | ||||
| #endif | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 AgostonSzepessy
					AgostonSzepessy