indentation corrected
This commit is contained in:
parent
9bf11ac2f3
commit
595f50ce26
|
@ -219,7 +219,7 @@ else()
|
|||
endif()
|
||||
if(STATIC_LINK_LIBCXX)
|
||||
if (NOT USE_LIBCXX AND NOT APPLE)
|
||||
add_link_options(-static-libstdc++ -static-libgcc)
|
||||
add_link_options(-static-libstdc++ -static-libgcc)
|
||||
endif()
|
||||
endif()
|
||||
# # Instruction sets we require to be supported by the CPU
|
||||
|
@ -350,7 +350,7 @@ else()
|
|||
endif()
|
||||
|
||||
if (CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64le")
|
||||
add_compile_options(-m64 -mcpu=power9 -mtune=power9 -DNO_WARN_X86_INTRINSICS)
|
||||
add_compile_options(-m64 -mcpu=power9 -mtune=power9 -DNO_WARN_X86_INTRINSICS)
|
||||
endif()
|
||||
# Check whether we can use dtrace probes
|
||||
include(CheckSymbolExists)
|
||||
|
|
|
@ -842,7 +842,7 @@ static inline uint64_t hwCrc32cU64(uint64_t crc, uint64_t v) {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__aarch64__) || defined(__powerpc64__)
|
||||
#if defined(__aarch64__)
|
||||
#define _MM_HINT_T0 0 /* dummy -- not used */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue