Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gonnet authored Dec 6, 2024
1 parent 4127112 commit 5279c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/arm/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,8 @@ void cpuinfo_arm_decode_cache(
* information, please refer to the technical manuals
* linked above
*/
const uint32_t min_l2_size_KB = uarch == cpuinfo_uarch_neoverse_v2 || midr_is_ampere_altra(midr)
const uint32_t min_l2_size_KB =
uarch == cpuinfo_uarch_neoverse_v2 || midr_is_ampere_altra(midr)
? 1024
: 256;
const uint32_t min_l3_size_KB = 0;
Expand Down

0 comments on commit 5279c5f

Please sign in to comment.