qsimd: remove dead preprocessor directives
Following 6323ccfa73
, the #if/#elif
chain switching over the Q_PROCESSOR_ values starts with unadorned
defined(Q_PROCESSOR_ARM) now, so the #elif with the same condition at
the end of the chain is dead code.
Change-Id: Ie17041fbf025fd6ef5a817e0c4d66cd300252c8c
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
parent
b038f8c446
commit
786121bf73
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user