We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c339d0f commit c945281Copy full SHA for c945281
openmp/runtime/src/kmp_gsupport.cpp
@@ -358,7 +358,7 @@ void KMP_EXPAND_NAME(KMP_API_NAME_GOMP_ORDERED_END)(void) {
358
// (IA-32 architecture) or 64-bit signed (Intel(R) 64).
359
360
#if KMP_ARCH_X86 || KMP_ARCH_ARM || KMP_ARCH_MIPS || KMP_ARCH_WASM || \
361
- KMP_ARCH_PPC
+ KMP_ARCH_PPC || KMP_ARCH_AARCH64_32
362
#define KMP_DISPATCH_INIT __kmp_aux_dispatch_init_4
363
#define KMP_DISPATCH_FINI_CHUNK __kmp_aux_dispatch_fini_chunk_4
364
#define KMP_DISPATCH_NEXT __kmpc_dispatch_next_4
0 commit comments