Huaxin

Results 4 comments of Huaxin

I analyzed the cmp function by converting it into x86 instructions, as https://hackmd.io/ucXfO5ixSTePjNX_KFR_Vg?view#Optimize-cmp-function-441.

> I would be surprised if the compiler does not optimize this. You can conduct experiments to verify it.

How to make the O2 flag be enabled, @visitorckw.

> > How to make the O2 flag be enabled, @visitorckw. > > You can check the CFLAGS used for compiling rv32emu in the Makefile. If you are compiling a...