Changes in libcfa/src/device/cpu.hfa [8157bde:72bd9cd]
- File:
-
- 1 edited
-
libcfa/src/device/cpu.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/device/cpu.hfa
r8157bde r72bd9cd 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 caches32 size_t llc_count;33 30 }; 34 31
Note:
See TracChangeset
for help on using the changeset viewer.