Ignore:
Timestamp:
Apr 22, 2024, 11:36:03 PM (4 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0fe07be
Parents:
358e115
git-author:
Peter A. Buhr <pabuhr@…> (04/22/24 23:34:42)
git-committer:
Peter A. Buhr <pabuhr@…> (04/22/24 23:36:03)
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/device/cpu.cfa

    r358e115 rc0363be  
    239239// Returns a 2D array of instances of size [cpu count][cache levels]
    240240// where cache level doesn't include instruction caches
    241 raw_cache_instance ** build_raw_cache_table(unsigned cpus_c, idx_range_t cpus, unsigned idxs, unsigned cache_levels)
    242 {
     241raw_cache_instance ** build_raw_cache_table(unsigned cpus_c, idx_range_t cpus, unsigned idxs, unsigned cache_levels) {
    243242        raw_cache_instance ** raw = alloc(cpus_c, '\0'`fill);
    244243
Note: See TracChangeset for help on using the changeset viewer.