[Openmp-commits] [PATCH] D24756: Mixed type atomic routines for unsigned integers.

Olga Malysheva via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 20 02:48:53 PDT 2016


omalyshe created this revision.
omalyshe added reviewers: jlpeyton, tlwilmar, AndreyChurbanov.
omalyshe added a subscriber: openmp-commits.
omalyshe set the repository for this revision to rL LLVM.

New routines should be used for atomics like "<int>OP=<float>" when <int> is unsigned. Using functions __kmpc_atomic_fixed<bits>_<op>_fp) produces incorrect results.

Repository:
  rL LLVM

https://reviews.llvm.org/D24756

Files:
  runtime/src/kmp_atomic.c
  runtime/src/kmp_atomic.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24756.71908.patch
Type: text/x-patch
Size: 8656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160920/4a9d0cef/attachment.bin>


More information about the Openmp-commits mailing list