https://bugs.kde.org/show_bug.cgi?id=281975
--- Comment #6 from Markus Gothe <markus.go...@genexis.eu> --- (In reply to Paul Floyd from comment #4) > Wouldn't it be better to do this check at compile time? The reason why we need run-time detection is that openssl and other code uses run-time detection of VFP/NEON extensions. I've an AArch64 setup which runs AArch64 in kernel-space and EABI5 / AArch32 in user-space. Two different toolchains, the SoC supports both VFP and NEON and this leads to unwanted consequences. Hence we will need to follow the rest of the code base to guarantee the code will work as expected. BR, Markus -- You are receiving this mail because: You are watching all bug changes.