opennars / OpenNARS-for-Applications

General reasoning component for applications based on NARS theory.
https://cis.temple.edu/~pwang/NARS-Intro.html
MIT License
89 stars 39 forks source link

ARM: SSE not known #227

Closed PtrMan closed 1 year ago

PtrMan commented 1 year ago
gcc: error: unrecognized command-line option ‘-mfpmath=sse’
gcc: error: unrecognized command-line option ‘-msse2’
Error with SSE, hence compiling without SSE:
patham9 commented 1 year ago

this is by design. It says "hence compiling without SSE" and succeeds. If you have a better solution feel free to create a PR! :)

PtrMan commented 1 year ago

maybe it should use -march=simd