simd: basic ISA detection, boilerplate

This commit is contained in:
Mitchell Hashimoto
2024-01-27 22:20:20 -08:00
parent 4362eeaedc
commit 31d5785105
4 changed files with 147 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
parallel,
pkg-config,
python3,
qemu,
scdoc,
tracy,
valgrind,
@@ -110,6 +111,10 @@ in
# by default so we have to include this.
bashInteractive
# Used for testing SIMD codegen. This is Linux only because the macOS
# build only has the qemu-system files.
qemu
gdb
valgrind
wraptest