Gcc builtin functions used by glibc not available on mips
Richard Henderson
rth@redhat.com
Thu Feb 7 13:53:00 GMT 2002
On Wed, Feb 06, 2002 at 11:38:26PM -0800, H . J . Lu wrote:
> +void zero (void *x)
> +{
> + __builtin_memset (x, 0, 4);
This test isn't interesting at all. __builtin_memset is *always*
built in, but depending on the characteristics of the target we
will decide whether or not to inline this based on how many insns
we need to generate in order to inline any particular invocation.
r~
More information about the Libc-alpha
mailing list