summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/vector.c
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-01-31 13:59:21 -0600
committerDudemanguy <random342@airmail.cc>2023-02-02 14:22:09 +0000
commitcc87a25f7d2ae3f8191741487cdb5da584559026 (patch)
tree8ba571c28c99da028b1d5fe615350dc9b5e425f6 /waftools/fragments/vector.c
parenta9c5414b86126af955d1d0bbf8a34d16a2f443b7 (diff)
downloadmpv-cc87a25f7d2ae3f8191741487cdb5da584559026.tar.bz2
mpv-cc87a25f7d2ae3f8191741487cdb5da584559026.tar.xz
meson: move vector check inside of meson.build
It's three lines. There's no real reason to have this as a separate file when we've removed every other compile check sourced from outside files.
Diffstat (limited to 'waftools/fragments/vector.c')
-rw-r--r--waftools/fragments/vector.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/waftools/fragments/vector.c b/waftools/fragments/vector.c
deleted file mode 100644
index ec482547f7..0000000000
--- a/waftools/fragments/vector.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int main(int argc, char **argv) {
- float v __attribute__((vector_size(32)));
- return 0;
-}