Skip to content

Commit cfcbaa5

Browse files
author
Eddie
committed
Corrects typo
1 parent 8dabc00 commit cfcbaa5

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
@@ -206,7 +206,7 @@ constexpr auto multiplication_OverflowUnsafe_SpecificBitCount(
206206
using S = SWAR<NB, T>;
207207

208208
auto operation = [](auto left, auto right, auto counts) {
209-
auto addendums = makeElementMaskFromMSB(counts);
209+
auto addendums = makeLaneMaskFromMSB(counts);
210210
return left + (addendums & right);
211211
};
212212

0 commit comments

Comments
 (0)