Skip to content

Commit

Permalink
Removing a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jun 30, 2022
1 parent 030f6b4 commit 75fc91c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/arm64/arm_validate_utf16le.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ const char16_t* arm_validate_utf16le(const char16_t* input, size_t size) {
// match = vorrq_u8(match, allbutlast);
// but sh will do:
const auto fmatch = simd8<bool>(simd8<uint8_t>(match) | sh);
// We deliberately take these two lines out of the following branchy code
// so that they are always s
if (fmatch.all() && low_vh == 0) {
input += (high_vl == 0) ? 16 : 15;
} else {
Expand Down

0 comments on commit 75fc91c

Please sign in to comment.