We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4801e56 commit 582affeCopy full SHA for 582affe
test/swar/BasicOperations.cpp
@@ -30,7 +30,7 @@ constexpr SWAR<8, u32> Mplier{0xA050301};
30
// 5*0xA = 5*10 = 50 = 0x32,
31
// 3*5 = 15 = 0xF,
32
// 3*2 = 6,
33
-// 1*1 = 1,
+// 1*1 = 1
34
constexpr auto Expected = 0x320F0601;
35
36
static_assert(
0 commit comments