Y
Hacker News
new
|
ask
|
show
|
jobs
by
dspeyer
4985 days ago
How do I control my cache type?
2 comments
yuhong
4985 days ago
I don't think you can from a user mode program. If you are dealing with normal memory, it will be typically WB, and that is the only thing most user-mode programs will encounter.
link
dchichkov
4985 days ago
__builtin_prefetch
link