From: <sv...@op...> - 2025-03-21 09:01:04
|
Author: manx Date: Fri Mar 21 10:00:41 2025 New Revision: 23065 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23065 Log: [Imp] mpt/arch/x86_amd64.hpp: Add MPT_ARCH_INTRINSICS_X86_??? macros which signal if the compiler supports a particular set of intrinsics. Modified: trunk/OpenMPT/src/mpt/arch/x86_amd64.hpp Modified: trunk/OpenMPT/src/mpt/arch/x86_amd64.hpp ============================================================================== --- trunk/OpenMPT/src/mpt/arch/x86_amd64.hpp Fri Mar 21 10:00:07 2025 (r23064) +++ trunk/OpenMPT/src/mpt/arch/x86_amd64.hpp Fri Mar 21 10:00:41 2025 (r23065) @@ -255,8 +255,6 @@ // clang-format off -// TODO: This needs to be as fine-grained as the MPT_ARCH_X86_??? macros. - #if MPT_ARCH_X86 || MPT_ARCH_AMD64 #if MPT_COMPILER_MSVC |