__builtin_prefetch

Previous Other built-in functions provided by GCC

void __builtin_prefetch (const void *addr, ...);

This function is used to minimize cache-miss latency by moving data into a cache before it is accessed. As the Motorola 68000 processor does not have any data prefetch instruction, this function is not useful in TIGCC.