chipsalliance / VeeR-ISS

Apache License 2.0
114 stars 33 forks source link

Support ARM builds #25

Open doganulus opened 1 year ago

doganulus commented 1 year ago

Currently our attempts to build whisper on ARM-based computers fails. Apparently, this is due to the use of Intel-specific emmintrin.h library in the codebase as in the following:

#include

What can we do to build and use whisper on ARM-based computers? Is it possible to isolate those lines without changing the functionality?

dlschmidt commented 11 months ago

Had a similar problem and decided to remove line which contained the include. Was able to build Veer-ISS and had no problems yet, but I have to say that I don't use the SOFTFLOAT feature.