https://bugs.kde.org/show_bug.cgi?id=462135
--- Comment #4 from Stephan Mueller <smuel...@chronox.de> --- Am Dienstag, 22. November 2022, 19:00:15 CET schrieb Tom Hughes: Hi Tom, > https://bugs.kde.org/show_bug.cgi?id=462135 > > --- Comment #3 from Tom Hughes <t...@compton.nu> --- > Sure, but something has chosen to output the instruction with an EVEX > prefix, which was added as part of AVX512 so you'll need the AVX512 support > to have any chance of decoding it. Agreed, it is an AVX512 instruction because I accidentally compiled the code with -march=native on a Rocket Lake with AVX512 instruction set. Without it, AVX2 instructions are emitted and there is no segfault. Ciao Stephan -- You are receiving this mail because: You are watching all bug changes.