optimization profiling
Re: optimization profiling
I have LExxB650 and I think it has ARM1176JZF-S processor that has Vector Floating-Point (VFP11) coprocessor. I found that with native toolchain tools I have to give options -mcpu=arm1176jzf-s -mfpu=vfp -mfloat-abi=softfp to gcc and it generates floating-point coprocessor instructions in assembler file.