[Bug target/106763] Armv8.2 vmov.f16 instruction sometimes causes SIGILL

rearnsha at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 1 09:46:45 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106763

--- Comment #10 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
If you don't have CONFIG_SMP enabled, it looks like the kernel will do lazy
context switching of the FP registers (it can save time if a process doesn't do
any FP).  So another work around might be to enable that, even if you have only
have a single core.


More information about the Gcc-bugs mailing list