You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible cause: I'm using an older processor, an AMD Phenom II, which apparently doesn't have SSSE3. I've used either the pre-built Julia 1.3.1 or a locally built Julia 1.4.2, per the below issue in the main Julia line, and have had success running just about anything else in Julia. Is there a call to this instruction set from within ApproxFun?
It appears your machines are complaining at a palignr instruction. You can see in that linked webpage that the instruction is marked as "SSSE3", and that its opcode starts with 66 0F 3A 0F.
Luckily I have another computer with a more modern processor which runs roots() just fine.
I'm getting an illegal instruction call when attempting to use
roots()
in ApproxFun, in both Julia 1.3.1 and 1.4.2.A possible cause: I'm using an older processor, an AMD Phenom II, which apparently doesn't have SSSE3. I've used either the pre-built Julia 1.3.1 or a locally built Julia 1.4.2, per the below issue in the main Julia line, and have had success running just about anything else in Julia. Is there a call to this instruction set from within ApproxFun?
Luckily I have another computer with a more modern processor which runs
roots()
just fine.Full text of dump attached.
ApproxFunErrorDump.txt
The text was updated successfully, but these errors were encountered: