Skip to content

Commit c945281

Browse files
committed
Update kmp_gsupport.cpp
1 parent c339d0f commit c945281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/runtime/src/kmp_gsupport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ void KMP_EXPAND_NAME(KMP_API_NAME_GOMP_ORDERED_END)(void) {
358358
// (IA-32 architecture) or 64-bit signed (Intel(R) 64).
359359

360360
#if KMP_ARCH_X86 || KMP_ARCH_ARM || KMP_ARCH_MIPS || KMP_ARCH_WASM || \
361-
KMP_ARCH_PPC
361+
KMP_ARCH_PPC || KMP_ARCH_AARCH64_32
362362
#define KMP_DISPATCH_INIT __kmp_aux_dispatch_init_4
363363
#define KMP_DISPATCH_FINI_CHUNK __kmp_aux_dispatch_fini_chunk_4
364364
#define KMP_DISPATCH_NEXT __kmpc_dispatch_next_4

0 commit comments

Comments
 (0)