meson: store ARM SIMD and NEON tests as text files
authorDylan Baker <dylan@pnwbakers.com>
Mon, 25 Mar 2019 23:28:06 +0000 (16:28 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 27 Mar 2019 17:54:50 +0000 (10:54 -0700)
commit0ea37df4286e913b686ff0e85e686b6e6a494bda
tree7cb40375ec907a92cadf006cc666872cff6fe229
parent2065a07e989b7f4041eb21a109c3cfedce3bfc39
meson: store ARM SIMD and NEON tests as text files

This is unfortunately required to make the tests work correctly, as
otherwise meson assumes that the files are C code not assembly. I've
opened https://github.com/mesonbuild/meson/issues/5151, to discuss
fixing the issue in meson upstream.

Fixes #29
arm-simd-test.S [new file with mode: 0644]
meson.build
neon-test.S [new file with mode: 0644]