On Mon, 7 Jul 2025, Jeffrey Walton via cfarm-users wrote: >However, on later architectures, like ARMv6 or ARMv7, there is >sometimes a performance penalty for the unaligned access. Finally, >GCC and Clang sanitizers will produce a finding for unaligned access.
All of that, plus unaligned accesses will tear atomicity (on any architecture); avoid them even on amd64. >If you want or need access to an ARMv7 dev board, try a Raspberry Pi >2. The RPI2 is ARMv7. 3 rev1.0 too, but you can also run an armhf chroot on an arm64 box. bye, //mirabilos -- > Wish I had pine to hand :-( I'll give lynx a try, thanks. Michael Schmitz on nntp://news.gmane.org/gmane.linux.debian.ports.68k a.k.a. {news.gmane.org/nntp}#news.gmane.linux.debian.ports.68k in pine _______________________________________________ cfarm-users mailing list [email protected] https://lists.tetaneutral.net/listinfo/cfarm-users
