You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <bchalios@amazon.es>
0 commit comments