Skip to content

Commit

Permalink
deps: cherrypick simdutf patch
Browse files Browse the repository at this point in the history
PR-URL: #46194
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
  • Loading branch information
gengjiawen authored and juanarbol committed Jan 31, 2023
1 parent 3bf2371 commit 340d76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/simdutf/simdutf.h
Original file line number Diff line number Diff line change
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 340d76a

Please sign in to comment.