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

2017-08-29 Thread Eric Botcazou
> 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. That works for C/C++ but not for other language

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

2017-08-29 Thread Uros Bizjak
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

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

2017-08-29 Thread Eric Botcazou
> 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? -- Eric Botcazou

[i386] Document a dozen of IA-32 builtins

2017-08-23 Thread Eric Botcazou
Hi, 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. Tested with 'make doc', OK for all active branches? 2017-08-23 Eric Botcazou * doc/extend.te