Skip to content

Commit

Permalink
checkstyle fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wirthi committed May 10, 2024
1 parent f244e09 commit ddc7ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,7 @@ private void emitBMP(AArch64MacroAssembler asm, Register arr, Register len, Regi
* One Instruction Per Byte</a> by John Keiser and Daniel Lemire, and the author's
* implementation in <a href=
* "https://github.com/simdjson/simdjson/blob/d996ffc49423cee75922c30432323288c34f3c04/src/generic/stage1/utf8_lookup4_algorithm.h">
* the simdjson library</a>.
* Follow-up changes made sure this is compatible with simdjson 3.6.4.
* the simdjson library</a>. Follow-up changes made sure this is compatible with simdjson 3.6.4.
*
* @see <a href="https://github.com/simdjson/simdjson">https://github.com/simdjson/simdjson</a>
* @see <a href="https://lemire.me/blog/2020/10/20/ridiculously-fast-unicode-utf-8-validation/">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,7 @@ private void emitTestTail(AMD64MacroAssembler asm, AMD64BaseAssembler.OperandSiz
* One Instruction Per Byte</a> by John Keiser and Daniel Lemire, and the author's
* implementation in <a href=
* "https://github.com/simdjson/simdjson/blob/d996ffc49423cee75922c30432323288c34f3c04/src/generic/stage1/utf8_lookup4_algorithm.h">
* the simdjson library</a>.
* Follow-up changes made sure this is compatible with simdjson 3.6.4.
* the simdjson library</a>. Follow-up changes made sure this is compatible with simdjson 3.6.4.
*
* @see <a href="https://github.com/simdjson/simdjson">https://github.com/simdjson/simdjson</a>
* @see <a href="https://lemire.me/blog/2020/10/20/ridiculously-fast-unicode-utf-8-validation/">
Expand Down

0 comments on commit ddc7ca1

Please sign in to comment.