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 9b27e02 commit 348a2f8Copy full SHA for 348a2f8
1 file changed
Python/pystrhex.c
@@ -191,7 +191,6 @@ static PyObject *_Py_strhex_impl(const char* argbuf, const Py_ssize_t arglen,
191
if (bytes_per_sep_group == 0) {
192
#ifdef HAVE_EFFICIENT_BUILTIN_SHUFFLEVECTOR
193
if (arglen >= 16) {
194
- // little vector units go brrrr...
195
_Py_hexlify_simd((const unsigned char *)argbuf, retbuf, arglen);
196
}
197
else
0 commit comments