summaryrefslogtreecommitdiffstats
path: root/vendor/packed_simd_2/perf-guide/src/float-math/approx.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/packed_simd_2/perf-guide/src/float-math/approx.md')
-rw-r--r--vendor/packed_simd_2/perf-guide/src/float-math/approx.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/packed_simd_2/perf-guide/src/float-math/approx.md b/vendor/packed_simd_2/perf-guide/src/float-math/approx.md
new file mode 100644
index 000000000..2237c67ec
--- /dev/null
+++ b/vendor/packed_simd_2/perf-guide/src/float-math/approx.md
@@ -0,0 +1,8 @@
+# Approximate functions
+
+<!-- TODO:
+
+Explain that they exists, that they are often _much_ faster, how to use them,
+that people should check whether the error is good enough for their
+applications. Explain that this error is currently unstable and might change.
+-->