numenta / nupic.core-legacy

Implementation of core NuPIC algorithms in C++ (under construction)
http://numenta.org
GNU Affero General Public License v3.0
272 stars 276 forks source link

Build fails on arm64 Linux #1439

Open paulscode opened 6 years ago

paulscode commented 6 years ago

Building for the arm64 architecture on Linux fails with the following error:

src/nupic/math/ArrayAlgo.hpp:3539:11: error: impossible constraint in 'asm'

breznak commented 5 years ago

hi @paulscode , could you please test the community version? I would be interested if it compiles on ARM64. We've removed ASM and made many cleanups, so there's a chance it'll work out of the box (or with little fixes) https://github.com/htm-community/nupic.cpp/

paulscode commented 5 years ago

Sure, @breznak I'll take a look when I have some free time.