[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NWFPE, -O and shark



>Ok, you asked for it: the instruction is "sqtd    f0, f1". I don't 
>know what it does, but if I comment it out, no illegal instruction
>is reported. In the non-optimized version of the assembler file this
>instruction does not appear. Does that help?

Double-precision square root.  What are the instructions immediately before 
and after it?

That certainly should be supported.  I think you will need to instrument NWFPE 
a bit with printk's to find out why it's going wrong.  There were a couple of 
versions of the emulator where I ill-advisedly disabled SQT (under the 
impression gcc never generated it) but I assume you aren't using one of these.

p.



Reply to: