We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4127112 commit 5279c5fCopy full SHA for 5279c5f
src/arm/cache.c
@@ -1341,7 +1341,8 @@ void cpuinfo_arm_decode_cache(
1341
* information, please refer to the technical manuals
1342
* linked above
1343
*/
1344
- const uint32_t min_l2_size_KB = uarch == cpuinfo_uarch_neoverse_v2 || midr_is_ampere_altra(midr)
+ const uint32_t min_l2_size_KB =
1345
+ uarch == cpuinfo_uarch_neoverse_v2 || midr_is_ampere_altra(midr)
1346
? 1024
1347
: 256;
1348
const uint32_t min_l3_size_KB = 0;
0 commit comments