Lines Matching full:architecture
28 # Determine the target architecture
30 # If adding a new architecture, take a look at cmake/LibompGetArchitecture.cmake
33 …"The architecture to build for (x86_64/i386/arm/ppc/ppc64/ppc64le/aarch64/aarch64_32/mic/mips/mips…
39 # Determine the native architecture from LLVM.
104 …Intel(R) Many Integrated Core Architecture (Intel(R) MIC Architecture) (knf/knc). Ignored if not …
170 # Architecture
189 if("${LIBOMP_ARCH}" STREQUAL "i386" OR "${LIBOMP_ARCH}" STREQUAL "32") # IA-32 architecture
191 …f("${LIBOMP_ARCH}" STREQUAL "x86_64" OR "${LIBOMP_ARCH}" STREQUAL "32e") # Intel(R) 64 architecture
193 elseif("${LIBOMP_ARCH}" STREQUAL "arm") # ARM architecture
195 elseif("${LIBOMP_ARCH}" STREQUAL "ppc") # PPC32 architecture
197 elseif("${LIBOMP_ARCH}" STREQUAL "ppc64") # PPC64BE architecture
200 elseif("${LIBOMP_ARCH}" STREQUAL "ppc64le") # PPC64LE architecture
203 elseif("${LIBOMP_ARCH}" STREQUAL "aarch64") # AARCH64 architecture
205 elseif("${LIBOMP_ARCH}" STREQUAL "aarch64_32") # AARCH64_32 architecture
207 elseif("${LIBOMP_ARCH}" STREQUAL "aarch64_a64fx") # AARCH64_A64FX architecture
209 elseif("${LIBOMP_ARCH}" STREQUAL "mic") # Intel(R) Many Integrated Core Architecture
211 elseif("${LIBOMP_ARCH}" STREQUAL "mips") # MIPS architecture
213 elseif("${LIBOMP_ARCH}" STREQUAL "mips64") # MIPS64 architecture
215 elseif("${LIBOMP_ARCH}" STREQUAL "riscv64") # RISCV64 architecture
217 elseif("${LIBOMP_ARCH}" STREQUAL "loongarch64") # LoongArch64 architecture
219 elseif("${LIBOMP_ARCH}" STREQUAL "ve") # VE architecture
221 elseif("${LIBOMP_ARCH}" STREQUAL "s390x") # S390x (Z) architecture
223 elseif("${LIBOMP_ARCH}" STREQUAL "wasm32") # WebAssembly architecture
314 …bomp_error_say("Adaptive locks (Intel(R) TSX) functionality is only supported on x86 Architecture")
431 libomp_say("Target Architecture -- ${LIBOMP_ARCH}")
433 libomp_say("Intel(R) MIC Architecture -- ${LIBOMP_MIC_ARCH}")