RPCEmu and FPA
Lothar (3292) 134 posts |
In RPCEmu is there a possibility to run float or double calculations faster? In my understanding the only configuration with FP is A7000+ = ARM7500FE which has old FPA But is says “experimental” – so is FPA implemented? And I tried these compiler options. But there is no difference in speed. And both ELF are same size – which looks suspicious. gcc c.demo gcc -mcpu=arm7500fe -mfpu=fpa c.demo Do I make a mistake? |