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
Invalidating a line in the data cache or the entire data cache has no impact on instruction side accesses and invalidating the I Cache can have a heavy performance impact.
The text was updated successfully, but these errors were encountered:
Our
metal_dcache_l1_discard()
contains afence.i
instruction that is not needed and should be removed:https://github.com/sifive/freedom-metal/blob/v201908-branch/src/cache.c#L161
Invalidating a line in the data cache or the entire data cache has no impact on instruction side accesses and invalidating the I Cache can have a heavy performance impact.
The text was updated successfully, but these errors were encountered: