https://bugs.kde.org/show_bug.cgi?id=383010
--- Comment #103 from Mark Wielaard <m...@klomp.org> --- (In reply to Michał Dec from comment #102) > > You can compile with -mno-avx512f > > Would a minimum viable solution be to apply this only to glibc, and then > reboot so that the whole system loads up the new glibc? Normally glibc uses ifuncs which check whether avx512 is available. Since valgrind doesn't advertise avx512 being available glibc should normally not use it. Do you know why it does? How is your glibc build? What error do you see under valgrind? -- You are receiving this mail because: You are watching all bug changes.