RFR: aarch32: Another version of SoftFP implementation

Edward Nevill edward.nevill at gmail.com
Thu Oct 27 14:32:58 UTC 2016


On Thu, 2016-10-27 at 14:24 +0000, Sergey Nazarkin wrote:
> Hi Ed,
> 
> my fault, I forget to mention http://cr.openjdk.java.net/~snazarki/softfp/src/cpu/aarch32/vm/vm_version_aarch32.cpp.sdiff.html
> 
> For sure, we disable UseFPU if no FPU was detected
> 
>  222 #ifndef HARD_FLOAT_CC
>  223   if( !(VM_Version::features() & (FT_VFPV2 | FT_VFPV3)) ) {
>  224       if(FLAG_IS_CMDLINE(UseFPU)) {
>  225           warning("FPU is not present at this core");
>  226       }
>  227       FLAG_SET_DEFAULT(UseFPU, false);
>  228   }
>  229 #endif
> 

Ok. That is fine. Could you make one minor change before pushing please.

"FPU is not present at this core" should read "FPU is not present on this core"

Thanks,
Ed.



More information about the aarch32-port-dev mailing list