Skip to content

Commit c05d5cb

Browse files
committed
Simplify AVX-512BW references to AVX-512 in README
1 parent 8be8585 commit c05d5cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ $ dotnet add package Roydl.Text
4949

5050
| Type | Character Set | Output Ratio | Hardware Support |
5151
| :---- | :---- | ----: | :----: |
52-
| Base-2 | `0` and `1` || AVX-512BW<br>AVX2 |
53-
| Base-8 | `0–7` || AVX-512BW<br>AVX2 |
54-
| Base-10 | `0–9` || AVX-512BW<br>AVX2 |
55-
| Base-16 | `0–9` and `a–f` || AVX-512BW<br>AVX2 |
52+
| Base-2 | `0` and `1` || AVX-512<br>AVX2 |
53+
| Base-8 | `0–7` || AVX-512<br>AVX2 |
54+
| Base-10 | `0–9` || AVX-512<br>AVX2 |
55+
| Base-16 | `0–9` and `a–f` || AVX-512<br>AVX2 |
5656
| Base-32 | `A–Z` and `2–7`; `=` for padding | 1.6× | AVX2 ¹ |
5757
| Base-64 | `A–Z`, `a–z`, `0–9`, `+` and `/`; `=` for padding | 1.33× | AVX2 ² |
5858
| Base-85 | ASCII printable range `!``u`; `z` shortcut for null groups | 1.25× | AVX2 |

0 commit comments

Comments
 (0)