[Openmp-commits] [PATCH] D110109: [OpenMP] libomp: add atomic functions for new OpenMP 5.1 atomics.

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 21 07:21:43 PDT 2021


protze.joachim added a comment.

Why are the types in `__kmpc_atomic_val_4_cas_cpt` different from the types in `__kmpc_atomic_val_4_cas`? I think, all the functions should use fixed-size integer to respect the width suggested by the name of the function.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110109/new/

https://reviews.llvm.org/D110109



More information about the Openmp-commits mailing list