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]
Other format: [Raw text]

Re: [i386] Document a dozen of IA-32 builtins


Hello!

>> it seems that there are many undocumented IA-32 builtins.  This patch starts
>> small and documents the builtins corresponding to the basic instrinsics
>> which are declared in ia32intrin.h.
>
> Any comment on this?  Should I open a PR with a list of undocumented builtins?

Builtins that are used through ia32intrin.h are considered an
"implementation detail", and not a stable interface that needs to be
documented. Intrinsic headers should be used instead, and users should
be discouraged to use builtins directly.

Uros.


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