Skip to content

Commit

Permalink
SIMD NF4: add nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
lamphamsy committed Jun 14, 2018
1 parent fe06db9 commit 3453629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simd_nf4.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ inline void unpack(__uint128_t a, GroupedValues<__uint128_t>& b, int n)
_mm_store_si128((m128i*)&values, val);

b.flag = flag;
b.values = values;
b.values = values; // NOLINT
}

inline aint128 pack(__uint128_t a)
Expand Down

0 comments on commit 3453629

Please sign in to comment.