We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfab9d commit 5c538ddCopy full SHA for 5c538dd
1 file changed
benchmark/parse.cpp
@@ -195,17 +195,7 @@ int main(int argc, char *argv[]) {
195
bool allocok = pj.allocate_capacity(p.size());
196
if (allocok) {
197
simdjson::stage1_ptr((const uint8_t *)p.data(), p.size(), pj);
198
- simdjson::unified_ptr(
199
- (const uint8_t
200
- *)(const uint8_t
201
202
203
204
205
206
- *)(const uint8_t *)
207
- p.data(),
208
- p.size(), pj);
+ simdjson::unified_ptr((const uint8_t *)p.data(), p.size(), pj);
209
}
210
211
#ifndef SQUASH_COUNTERS
0 commit comments