Ignore:
Timestamp:
Jul 5, 2026, 11:19:36 PM (5 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9df6059
Parents:
34d194c
Message:

change routine name from rdtscl to rdtsc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/ready_queue.cfa

    r34d194c r97c75bf  
    122122        // Figure out the current cache is
    123123        const unsigned this_cache = cache_id(cltr, this / __shard_factor.readyq);
    124         const unsigned long long ctsc = rdtscl();
     124        const unsigned long long ctsc = rdtsc();
    125125
    126126        if(proc->rdq.target == UINT_MAX) {
Note: See TracChangeset for help on using the changeset viewer.