Skip to content

Commit 88d9b0a

Browse files
authored
Vectorization of find_next_host_delimiter and find_next_host_delimiter_special (#548)
1 parent 379263d commit 88d9b0a

File tree

2 files changed

+297
-217
lines changed

2 files changed

+297
-217
lines changed

include/ada/helpers.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,6 @@ template <class url_type>
143143
ada_really_inline void strip_trailing_spaces_from_opaque_path(
144144
url_type& url) noexcept;
145145

146-
/**
147-
* @private
148-
* Reverse the order of the bytes.
149-
*/
150-
ada_really_inline uint64_t swap_bytes(uint64_t val) noexcept;
151-
152-
/**
153-
* @private
154-
* Reverse the order of the bytes but only if the system is big endian
155-
*/
156-
ada_really_inline uint64_t swap_bytes_if_big_endian(uint64_t val) noexcept;
157-
158146
/**
159147
* @private
160148
* Finds the delimiter of a view in authority state.

0 commit comments

Comments
 (0)