Skip to content

Commit

Permalink
deps: cherrypick simdutf patch
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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 nodejs-github-bot committed Jan 17, 2023
1 parent 3e7043a commit 17aa195
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 17aa195

Please sign in to comment.