On 6 May 2021, at 19:10, Antonio Leding wrote: > Interesting - is there any reason why the CPU architecture would be a factor > here? Or is the thinking that the complete wipe was required just due to > normal cleanup and possibly a change to a new OS? > > I think it would be bizarre if the ARM-based CPU arch would cause this but > given the feedback here, need to ask. Or maybe does the OS have different > under-the-hood behavior due to it running on an M1 vs. x86?
Unlikely. Both ARM and Intel are little-endian, which means a lot less overhead when switching than going from PowerPC to Intel. Much more likely to a be due to side-effects from small changes in the compiler. Charlie -- Charlie Clark Waldlehne 23 Düsseldorf D- 40489 Tel: +49-203-3925-0388 Mobile: +49-178-782-6226 _______________________________________________ mailmate mailing list [email protected] https://lists.freron.com/listinfo/mailmate
