diff --git a/src/corelib/global/qsimd_p.h b/src/corelib/global/qsimd_p.h index 4c00439700..b8e3197eca 100644 --- a/src/corelib/global/qsimd_p.h +++ b/src/corelib/global/qsimd_p.h @@ -191,9 +191,6 @@ QT_WARNING_DISABLE_INTEL(103) # else # define QT_FUNCTION_TARGET(x) # endif -#elif defined(Q_PROCESSOR_ARM) -# define QT_COMPILER_SUPPORTS_HERE(x) ((__ARM_FEATURE_ ## x) || (__ ## x ## __)) -# define QT_FUNCTION_TARGET(x) #else # define QT_COMPILER_SUPPORTS_HERE(x) (__ ## x ## __) # define QT_FUNCTION_TARGET(x)