This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gcc builtin functions used by glibc not available on mips


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]