#ifndef ARCH_HAS_PREFETCH > -#define ARCH_HAS_PREFETCH > -static inline void prefetch(const void *x) {;} > +#define prefetch(x) __builtin_prefetch(x) ...
確定! 回上一頁