aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Perrin <grahamperrin@gmail.com>2023-10-02 08:13:01 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2023-10-02 08:15:32 +0000
commitc2ba22763254aea78f6d2ea64c547e36a6cf515d (patch)
tree39c6d9cee6dbd5b1827f8634557e2ca4ac36c8c4
parent70c8a7baf6c51c8c7f0db9ee4fe09fd14d9c1e9a (diff)
Status/2023Q3/simd.adoc: Fixes
Approved by: fuz (report author) Pull Request: https://github.com/freebsd/freebsd-doc/pull/269
-rw-r--r--website/content/en/status/report-2023-07-2023-09/simd.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/website/content/en/status/report-2023-07-2023-09/simd.adoc b/website/content/en/status/report-2023-07-2023-09/simd.adoc
index 33f4848790..f07bee3912 100644
--- a/website/content/en/status/report-2023-07-2023-09/simd.adoc
+++ b/website/content/en/status/report-2023-07-2023-09/simd.adoc
@@ -1,8 +1,8 @@
=== SIMD enhancements for amd64
Links: +
-link:http://fuz.su/~fuz/freebsd/2023-04-05_libc-proposal.txt[Project proposal] URL: link:http://fuz.su/~fuz/freebsd/2023-04-05_libc-proposal.txt[]
-link:https://man.freebsd.org/cgi/man.cgi?query=simd&manpath=FreeBSD+15.0-CURRENT[simd(7)] URL: link:https://man.freebsd.org/cgi/man.cgi?query=simd&manpath=FreeBSD+15.0-CURRENT[]
+link:http://fuz.su/~fuz/freebsd/2023-04-05_libc-proposal.txt[Project proposal] URL: link:http://fuz.su/~fuz/freebsd/2023-04-05_libc-proposal.txt[] +
+link:https://man.freebsd.org/cgi/man.cgi?query=simd&sektion=7&manpath=FreeBSD+15.0-CURRENT[simd(7)] URL: link:https://man.freebsd.org/cgi/man.cgi?query=simd&sektion=7&manpath=FreeBSD+15.0-CURRENT[]
Contact: Robert Clausecker <fuz@FreeBSD.org>
@@ -12,7 +12,7 @@ The goal of this project is to provide SIMD-enhanced versions of common libc fun
For each function optimised, up to four implementations will be provided:
* a *scalar* implementation optimised for amd64, but without any SIMD usage,
- * a *baseline* implementation using SSE and SSE2 or alternatively an *x86-64-v2* implementation using all SSE extensions up to SSE4.2,
+ * either a *baseline* implementation using SSE and SSE2, or an *x86-64-v2* implementation using all SSE extensions up to SSE4.2,
* an *x86-64-v3* implementation using AVX and AVX2, and
* an *x86-64-v4* implementation using AVX-512F/BW/CD/DQ.