We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7043a commit 17aa195Copy full SHA for 17aa195
deps/simdutf/simdutf.h
@@ -1599,7 +1599,7 @@ class implementation {
1599
*
1600
* @return a mask of all required `internal::instruction_set::` values
1601
*/
1602
- virtual uint32_t required_instruction_sets() const { return _required_instruction_sets; };
+ virtual uint32_t required_instruction_sets() const { return _required_instruction_sets; }
1603
1604
1605
/**
0 commit comments