Skip to content

Commit 456f14f

Browse files
committed
Fix regression
1 parent 2e7b00d commit 456f14f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exllamav3/exllamav3_ext/quant/codebook.cuh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ __device__ inline half decode_3inst(uint32_t x)
66
{
77
x *= 89226354u;
88
x += 64248484u;
9-
x = (x & 0x8FFF8FFFu) ^ 0x3B603B60u;
109
// x &= 0b10001111111111111000111111111111u;
1110
// x ^= 0b00111011011000000011101101100000u;
1211
// Compiler doesn't automatically generate LOP3

0 commit comments

Comments
 (0)