fix ENABLE_MULTITARGET_CODE not defined warning in some builds

This commit is contained in:
Wangyang Guo 2022-07-17 12:01:53 +08:00
parent 7ef3f56066
commit c07c65615d

View File

@ -89,6 +89,10 @@ bool isArchSupported(TargetArch arch);
String toString(TargetArch arch);
#ifndef ENABLE_MULTITARGET_CODE
# define ENABLE_MULTITARGET_CODE 0
#endif
#if ENABLE_MULTITARGET_CODE && defined(__GNUC__) && defined(__x86_64__)
/// NOLINTNEXTLINE