Skip to content

Commit 582affe

Browse files
committed
rm
1 parent 4801e56 commit 582affe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/swar/BasicOperations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ constexpr SWAR<8, u32> Mplier{0xA050301};
3030
// 5*0xA = 5*10 = 50 = 0x32,
3131
// 3*5 = 15 = 0xF,
3232
// 3*2 = 6,
33-
// 1*1 = 1,
33+
// 1*1 = 1
3434
constexpr auto Expected = 0x320F0601;
3535

3636
static_assert(

0 commit comments

Comments
 (0)