This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Scheduling of asm()
Richard Henderson <rth@redhat.com> writes:
> On Sun, Jan 06, 2002 at 11:49:10PM +0100, Falk Hueffner wrote:
> > I'd end up with one builtin per opcode, which seems pretty silly,
> > since unlike for example prefetches, those don't exist on other
> > platforms.
>
> We do support machine-specific builtins, and they are in use on a
> number of targets.
>
> I'd rather go with the builtins, really.
Hmm, okay, I'll try that. I see i386 has lots of builtins already for
MMX, so I'll try to do it analogously.
Falk