Changeset 0fd9c68 for libcfa


Ignore:
Timestamp:
Jul 8, 2026, 5:51:57 PM (35 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
c67158d7
Parents:
b3609b2
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/atomic.hfa

    rb3609b2 r0fd9c68  
    1010// Created On       : Thu May 25 15:22:46 2023
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jul  5 23:03:28 2026
    13 // Update Count     : 78
     12// Last Modified On : Mon Jul  6 16:29:38 2026
     13// Update Count     : 86
    1414//
    1515
     
    6060// Short Names and reference parameters.
    6161
     62// Cforall polymorphism does not work because it takes the address of the builtin atomic and C does not generate a
     63// wrapper function for builtins.
     64
    6265#define AtomicLdm( lock, memorder ) __atomic_load_n( (&(lock)), memorder )
    6366#define AtomicLd( lock ) AtomicLdm( lock, __ATOMIC_ACQUIRE )
Note: See TracChangeset for help on using the changeset viewer.