* Using exclusive mode prefetch The prefetching is always used to move the cache line to the current core for writing. This change makes it use exclusive mode prefetch and enables it as a feature flag for x64. * Debug platform for BSDs * CI fixes * More CI * Update ARM prefetch * Update x64 prefetch default