Skip to content

Commit e47826b

Browse files
authored
Update README.md
1 parent 20b25fe commit e47826b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ You can convert an integer to a hex string like so: `$"0x{MyVariable:X}"`.
161161
- [gfoidl.Base64](https://github.com/gfoidl/Base64): original code that lead to the SIMD-based code in the runtime
162162
- [simdutf's base64 decode](https://github.com/simdutf/simdutf/blob/74126531454de9b06388cb2de78b18edbfcfbe3d/src/westmere/sse_base64.cpp#L337)
163163
- [WHATWG forgiving-base64 decode](https://infra.spec.whatwg.org/#forgiving-base64-decode)
164-
- The initial work that lead to the fast functions in the runtime was carried out by [gfoidl](https://github.com/gfoidl/Base64).
165164

166165
## More reading
167166

0 commit comments

Comments
 (0)