summaryrefslogtreecommitdiffstats
path: root/util/x86simdgen/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86simdgen/README.md')
-rw-r--r--util/x86simdgen/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/util/x86simdgen/README.md b/util/x86simdgen/README.md
new file mode 100644
index 0000000000..83f554a84e
--- /dev/null
+++ b/util/x86simdgen/README.md
@@ -0,0 +1,13 @@
+# Scripts to regenerate the x86 SIMD flags
+
+Upstream: https://github.com/opendcdiag/opendcdiag
+License: Apache-2.0
+
+The .conf files are meant to be edited and the options we want to use
+are uncommented.
+
+To regenerate:
+ make
+
+Note: the license of the script does not affect the produced output's
+license. Therefore, no qt_attribution.json file is provided.