jartine commited on
Commit
1290149
·
verified ·
1 Parent(s): 0a6857b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -25
README.md CHANGED
@@ -177,31 +177,6 @@ This implementation is **CORRECT**. This implementation is **GOOD**.
177
  NOTE: BF16 is currently only supported on CPU. It's the best quant for
178
  prompt processing on Zen4.
179
 
180
- ### Q6\_K
181
-
182
- The output for the first xdigit() assembly optimization example with
183
- Q6\_K weights is:
184
-
185
- ```asm
186
- .globl hiho
187
- hiho:
188
- movl %edi, %ecx
189
- movl %ecx, %edi
190
- addl $-48, %edi
191
- cmpl $10, %edi
192
- setb %al
193
- andl $-33, %ecx
194
- addl $-65, %ecx
195
- cmpl $6, %ecx
196
- setb %cl
197
- orb %cl, %al
198
- andb $1, %al
199
- movzbl %al, %eax
200
- retq
201
- ```
202
-
203
- This implementation is **CORRECT** and high quality.
204
-
205
  ### Q5\_0
206
 
207
  The output for the first xdigit() assembly optimization example with
 
177
  NOTE: BF16 is currently only supported on CPU. It's the best quant for
178
  prompt processing on Zen4.
179
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  ### Q5\_0
181
 
182
  The output for the first xdigit() assembly optimization example with