mirror of
https://github.com/matrix-construct/construct
synced 2025-01-16 09:36:54 +01:00
ircd::net: Remove this prefetch.
This commit is contained in:
parent
be18a1874d
commit
1d45f0bc5b
1 changed files with 0 additions and 1 deletions
|
@ -2776,7 +2776,6 @@ try
|
||||||
{
|
{
|
||||||
static char buf[1] alignas(16);
|
static char buf[1] alignas(16);
|
||||||
static const ilist<mutable_buffer> bufs{buf};
|
static const ilist<mutable_buffer> bufs{buf};
|
||||||
__builtin_prefetch(buf, 1, 0); // 1 = write, 0 = no cache
|
|
||||||
static ios::descriptor desc
|
static ios::descriptor desc
|
||||||
{
|
{
|
||||||
"ircd::net::socket::wait ready::READ"
|
"ircd::net::socket::wait ready::READ"
|
||||||
|
|
Loading…
Reference in a new issue