> 3. When compiling a device driver, the compiler may insert implicit
Linux uses its own routines in these cases - and in fact for MMX we
generally avoid kernel usage in order to avoid the overheads (ditto FP).
The beauty of the Linux kernel being source based - we don't have to worry
about ABI problems like this.
Alan
--