Changes in libcfa/src/device/cpu.hfa [72bd9cd:8157bde]
- File:
-
- 1 edited
-
libcfa/src/device/cpu.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/device/cpu.hfa
r72bd9cd r8157bde 23 23 24 24 struct cpu_info_t { 25 // array of size [hthrd_count]25 // Array of size [hthrd_count] 26 26 const cpu_map_entry_t * llc_map; 27 27 28 // Number of _hardware_ threads present in the system28 // Number of _hardware_ threads present in the system 29 29 size_t hthrd_count; 30 31 // Number of distinct last level caches 32 size_t llc_count; 30 33 }; 31 34
Note:
See TracChangeset
for help on using the changeset viewer.