Changeset 64780c1 for libcfa/src
- Timestamp:
- Jun 15, 2021, 12:47:32 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 45fde9f
- Parents:
- 4f1b8f3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/device/cpu.cfa
r4f1b8f3f r64780c1 253 253 } 254 254 255 #if defined(__CFA_WITH_VERIFY__)256 // Check widths are consistent257 for(i; 1~cpus) {258 for(j; cache_levels) {259 verifyf(raw[0][j].width == raw[i][j].width, "Unexpected width %u for cpu %u, index %u. Expected %u.", raw[i][j].width, i, j, raw[0][j].width);260 }261 }262 #endif263 264 255 return raw; 265 256 }
Note: See TracChangeset
for help on using the changeset viewer.