Sign in
go
/
go
/
5583060
/
.
/
src
/
pkg
/
runtime
/
arch_amd64.h
blob: d2800fc17dc2d608fe917af8284bba8bb99c95eb [
file
] [
log
] [
blame
]
enum
{
thechar
=
'6'
,
CacheLineSize
=
64
};
// prefetches *addr into processor's cache
#define
PREFETCH
(
addr
)
runtime
·
prefetch
(
addr
)
void
runtime
·
prefetch
(
void
*);