Skip to content

Commit

Permalink
bug fix redefinition in arm64 part...
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Apr 28, 2024
1 parent 786cf2a commit ea47bad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions _simdjson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12755,12 +12755,6 @@ _simdjson_inline void tape_writer::write(uint64_t &tape_loc, uint64_t val, inter
} // namespace stage2
} // unnamed namespace

_simdjson_warn_unused _simdjson::error_code dom_parser_implementation::parse_number(const uint8_t* src, uint64_t* buf) const noexcept {
stage2::tape_writer writer{ buf };

return arm64::numberparsing::parse_number(src, writer);
}


} // namespace arm64
} // namespace _simdjson
Expand Down

0 comments on commit ea47bad

Please sign in to comment.