Hi all,
I am after a instruction set with limited or no floating-point instructions. Why I want this is to get a compiler of this certain architecture and compile code (one with floating-point and the other without). With the resulting assembly I wanted to compare the two and do some analysis.
So what I need exactly is a compiler with access to compiling with/without floating-point.
Any help is welcome, thanks in advance.