This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC compiler intrinsics.
- To: Andy Hanson <andrew_g_hanson at yahoo dot com>
- Subject: Re: GCC compiler intrinsics.
- From: Richard Henderson <rth at cygnus dot com>
- Date: Thu, 4 May 2000 12:41:13 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <000701bfb5af$1eab72c0$0600a8c0@topguppy.ick>
On Thu, May 04, 2000 at 04:57:11AM -0500, Andy Hanson wrote:
> The fact that memset was unresolved, implied that memset isn't a
> compiler intrinsic.
Not at all. It simply means that the compiler felt that
out-of-line code was the better choice.
r~