Skip to content

Commit

Permalink
cherrypick simdutf patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Jan 16, 2023
1 parent a47dbc2 commit 9660226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/simdutf/simdutf.h
Expand Up @@ -1599,7 +1599,7 @@ class implementation {
*
* @return a mask of all required `internal::instruction_set::` values
*/
virtual uint32_t required_instruction_sets() const { return _required_instruction_sets; };
virtual uint32_t required_instruction_sets() const { return _required_instruction_sets; }
/**
Expand Down

0 comments on commit 9660226

Please sign in to comment.