[sage-devel] Re: ARM support

2014-02-05 Thread Volker Braun
Arm VFP is an option that ARM licensees can include in their core or not, so its not that easy. Though it is by now very common. Rasberry Pi has it. On Wednesday, February 5, 2014 11:20:42 AM UTC, mmarco wrote: > > All recent (i.e. in the last, 2? years) arm processors have hard float > support

[sage-devel] Re: ARM support

2014-02-05 Thread mmarco
All recent (i.e. in the last, 2? years) arm processors have hard float support, right? In that case i say it is not a bad idea to not support soft float, since it only affects old hardware. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsu

[sage-devel] Re: ARM support

2014-02-05 Thread Volker Braun
Sounds good to me. We are writing a math software, after all. And it doesn't look like we are going to have a soft-float buildbot, so it won't work even if we say that we support it. On Wednesday, February 5, 2014 10:48:10 AM UTC, Jean-Pierre Flori wrote: > > If we're going to support ARM, shoul