gaperez64 / acacia-bonsai

A minimal implementation of reactive synthesis via universal co-Buchi automata using antichains
GNU General Public License v3.0
4 stars 3 forks source link

experimental simd missing #4

Closed gaperez64 closed 3 years ago

gaperez64 commented 3 years ago

I get the following when running meson compile

../src/vector/simd.hh:4:10: fatal error: experimental/simd: No such file or directory
    4 | #include <experimental/simd>
      |          ^~~~~~~~~~~~~~~~~~~
gaperez64 commented 3 years ago

the submodules had to be loaded:

git submodule update --init