Hi All,
For the CLA I've created a .cla source file but when I compile it, the compiler puts EVERYWHERE MNOP instructions in between? Is the compiler doing this by default? Nice to have a fast CLA at 200MHz, but when it's inserting 3 MNOPS after (almost) every instructions I'm getting real sad..
MI32TOF32 MR0,MR0 ; [CPU_] |42|
MCMPF32 MR0,#16384 ; [CPU_] |42|
MNOP ; [CPU_]
MNOP ; [CPU_]
MNOP ; [CPU_]
MBCNDD $C$L2,GEQ ; [CPU_] |42|
MNOP ; [CPU_]
MNOP ; [CPU_]
MNOP ; [CPU_]