This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: MMX documentation


On Tue, 2 Oct 2001, Stan Shebs wrote:

> But that's the problem - the documentation isn't more detailed, just
> more voluminous.  Saying that __builtin_ia32_psubb implements psubb,
> ad nauseum, isn't more useful than saying __builtin_ia32_@var{name}
> implements @var{name} for all @var{name}.

The documentation ought, for every case, to define unambiguously the
correspondence between the arguments of the builtin and those of the
machine instruction.  (I don't know whether any of these instructions have
different operand order in Intel and GNU assembler syntax, but if they do
then defining this correspondence is even more important.)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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