Ignore:
Timestamp:
Jun 21, 2021, 3:40:10 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ef94ae7
Parents:
0ee224b
Message:

Minor documentation

File:
1 edited

Legend:

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

    r0ee224b r4d865ca7  
    2323
    2424struct cpu_info_t {
     25         // array of size [hthrd_count]
    2526        const cpu_map_entry_t * llc_map;
     27
     28         // Number of _hardware_ threads present in the system
    2629        size_t hthrd_count;
    2730};
Note: See TracChangeset for help on using the changeset viewer.