0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-28 08:24:08 +01:00

ircd::net: Remove this prefetch.

This commit is contained in:
Jason Volk 2019-04-10 22:35:11 -07:00
parent be18a1874d
commit 1d45f0bc5b

View file

@ -2776,7 +2776,6 @@ try
{
static char buf[1] alignas(16);
static const ilist<mutable_buffer> bufs{buf};
__builtin_prefetch(buf, 1, 0); // 1 = write, 0 = no cache
static ios::descriptor desc
{
"ircd::net::socket::wait ready::READ"