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 f012a1a commit f415e8cCopy full SHA for f415e8c
14_Mortons/CTester.h
@@ -113,8 +113,6 @@ class CTester final : public ITester
113
int16_t4 Vec4ASignedFull = createAnyBitIntegerVecFromU64Vec<int16_t, true, fullBits_4>(Vec4A);
114
int16_t4 Vec4BSignedFull = createAnyBitIntegerVecFromU64Vec<int16_t, true, fullBits_4>(Vec4B);
115
116
- const auto dummy1 = morton::code<true, smallBits_2, 2>(Vec2ASignedSmall);
117
- const auto dummy2 = createMortonFromU64Vec<true, smallBits_2, 2>(Vec2A);
118
// Plus
119
expected.mortonPlus_small_2 = createMortonFromU64Vec<false, smallBits_2, 2>(Vec2ASmall + Vec2BSmall);
120
expected.mortonPlus_medium_2 = createMortonFromU64Vec<false, mediumBits_2, 2>(Vec2AMedium + Vec2BMedium);
0 commit comments