Commit ccb3c8f
chore: add CHANGELOG entry on support of ARM systems with big caches
#4869 changed the
type that holds the number of sets of a CPU cache from `u16` to `u32`.
This allows us to support ARM systems with CPU caches with sets more
than `u16::MAX`.
Add a CHANGELOG entry for this change
Signed-off-by: Babis Chalios <[email protected]>1 parent 5f73d2b commit ccb3c8f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
0 commit comments