You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on older cpus one can use volatile char x = *ptr instead. but it will probably will decrease perfromance on cpus that can't speculatively perform memory access, and useful only for newer cpus (pentium pro/pentium2/amd k6/k7)
Prefeching is not working with gcc 4.8.4 (without -msse2):
https://travis-ci.org/inikep/lzbench/jobs/167837663
To properly check if
<emmintrin.h>
is available in gcc you should use:The text was updated successfully, but these errors were encountered: