Closed mmdriley closed 4 years ago
Taking char* made it easier to do pointer arithmetic in the function but required casts on some callers.
char*
Since I was focusing on pointer arithmetic anyway, rewrote FlushFromCache to be a bit more precise and flush each cache line exactly once.
FlushFromCache
Taking
char*
made it easier to do pointer arithmetic in the function but required casts on some callers.Since I was focusing on pointer arithmetic anyway, rewrote
FlushFromCache
to be a bit more precise and flush each cache line exactly once.