[all-commits] [llvm/llvm-project] 7a795c: Enable kmpc_atomic functions for arm64

branh via All-commits all-commits at lists.llvm.org
Wed Dec 7 13:49:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a795c42ad7f003cd454bf8dbab714714425664c
      https://github.com/llvm/llvm-project/commit/7a795c42ad7f003cd454bf8dbab714714425664c
  Author: Bran Hagger <brhagger at microsoft.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
    M openmp/runtime/src/dllexports
    M openmp/runtime/src/kmp_atomic.cpp
    M openmp/runtime/src/kmp_atomic.h
    M openmp/runtime/src/kmp_os.h

  Log Message:
  -----------
  Enable kmpc_atomic functions for arm64

Define the same kmpc_atomic functions for arm and arm64 that are defined for x86 and x64.

Reviewed By: mstorsjo

Differential Revision: https://reviews.llvm.org/D139139




More information about the All-commits mailing list