You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SIMD_ADMISSION.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ the admitted implementation.
10
10
- Admitted backends: none.
11
11
- Active backend: scalar only.
12
12
- Public performance claims: none.
13
-
- Release status: `1.1.0` remains scalar-only. Future releases may admit an
13
+
- Release status: `1.1.x` remains scalar-only. Future releases may admit an
14
14
accelerated backend only when this manifest is updated with a complete
15
15
backend admission evidence package in the same release series.
16
16
@@ -54,11 +54,11 @@ State labels are intentionally strict:
54
54
55
55
| Backend | State | Required CPU features | Evidence |
56
56
| --- | --- | --- | --- |
57
-
| AVX-512 VBMI |candidate only|`avx512f`, `avx512bw`, `avx512vl`, `avx512vbmi`| real fixed-block encode prototype for all alphabets; non-dispatchable |
58
-
| AVX2 |candidate only|`avx2`| real fixed-block encode prototype for Standard and URL-safe alphabets; non-dispatchable |
59
-
| SSSE3/SSE4.1 |candidate only|`ssse3`, `sse4.1`| real fixed-block encode prototype for Standard and URL-safe alphabets; non-dispatchable |
60
-
| NEON |candidate only|`neon`| real AArch64 fixed-block encode prototype for Standard and URL-safe alphabets; 32-bit ARM scaffold; non-dispatchable |
61
-
| wasm `simd128`|candidate only|`simd128`| real fixed-block encode prototype for Standard and URL-safe alphabets; test-binary compile evidence only; non-dispatchable |
57
+
| AVX-512 VBMI |real non-dispatchable prototype|`avx512f`, `avx512bw`, `avx512vl`, `avx512vbmi`| real fixed-block encode prototype for all alphabets; non-dispatchable |
58
+
| AVX2 |real non-dispatchable prototype|`avx2`| real fixed-block encode prototype for Standard and URL-safe alphabets; non-dispatchable |
59
+
| SSSE3/SSE4.1 |real non-dispatchable prototype|`ssse3`, `sse4.1`| real fixed-block encode prototype for Standard and URL-safe alphabets; non-dispatchable |
60
+
| NEON |real non-dispatchable prototype|`neon`| real AArch64 fixed-block encode prototype for Standard and URL-safe alphabets; 32-bit ARM scaffold; non-dispatchable |
61
+
| wasm `simd128`|real non-dispatchable prototype|`simd128`| real fixed-block encode prototype for Standard and URL-safe alphabets; test-binary compile evidence only; non-dispatchable |
0 commit comments