On 2019-12-27 16:14, Thomas Goirand wrote:
> On 12/26/19 1:49 AM, Bernd Zeimetz wrote:
>> Hi Milan,
>>
>> I gave you access to the salsa team as requested.


Sounds good.


>>
>> Please coordinate what you want to work on with Thomas (zigo@d.o) and me.
>>
>> Right now things like arch-all and various architectures do not build at
>> all.. I think we might even need to drop some as they just don't have
>> enough memory for whatever gcc/g++ is doing there.
>>
>> Bernd
> 
> Hi Bernd,
> 
> Thanks a lot for your work.
> 
> I'd be IMO fine if we drop armel, armhf and mipsel, for the server side
> of things. I don't see how one could reliable setup a cluster with this
> type of CPUs in production anyway.
> 


I've seen BeagleBone Black and Raspberry Pi mini cluster setups used in
classroom environment for educational purposes. We should provide them,
if possible.

As for failing builds on arm architectures it probably does not make
sense to push for ARM NEON on armel as it targets hardware with no float
acceleration. Debian's target on armel is --with-arch=armv5te
--with-float=soft.

On the other hand the armhf arch on Debian is specifically targeting
hardware with float acceleration. Default target is --with-arch=armv7-a
--with-fpu=vfpv3-d16 --with-float=hard. NEON is more likely to be
available on this one.

NEON is safely available on arm64, aarch64-linux-gnu

See https://en.wikipedia.org/wiki/ARM_architecture#Advanced_SIMD_(NEON)
for more info.


Milan

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to