Re: gcc Digest 26 Dec 2014 16:51:42 -0000 Issue 7953

2015-01-13 Thread Andrew Senkevich
2015-01-13 14:28 GMT+03:00 Jakub Jelinek : > On Tue, Jan 13, 2015 at 02:14:30PM +0300, Andrew Senkevich wrote: >> >> Consensus is required to commit x86_64 vector math functions by Glibc >> >> maintainer. >> > >> > With the difference that b stands for SSE2, not SSE4, and the fact >> > that those f

Re: gcc Digest 26 Dec 2014 16:51:42 -0000 Issue 7953

2015-01-13 Thread Jakub Jelinek
On Tue, Jan 13, 2015 at 02:14:30PM +0300, Andrew Senkevich wrote: > >> Consensus is required to commit x86_64 vector math functions by Glibc > >> maintainer. > > > > With the difference that b stands for SSE2, not SSE4, and the fact > > that those functions do not use the __regcall calling conventi

Re: gcc Digest 26 Dec 2014 16:51:42 -0000 Issue 7953

2015-01-13 Thread Andrew Senkevich
2015-01-12 19:46 GMT+03:00 Jakub Jelinek : > On Mon, Jan 12, 2015 at 07:38:10PM +0300, Andrew Senkevich wrote: >> > during work on addition vector math functions to Glibc and discussions >> > with community was found an issue with meaning of “#pragma omp declare >> > simd” (which will appear in mat

Re: gcc Digest 26 Dec 2014 16:51:42 -0000 Issue 7953

2015-01-12 Thread Andrew Senkevich
> From: Andrew Senkevich > To: GCC Mailing List , > openmp-...@dcs-maillist2.engr.illinois.edu, libc-alpha > > Cc: > Date: Fri, 26 Dec 2014 19:51:05 +0300 > Subject: OpenMP vector function ABI for x86_64 > ­Hi, > > during work on addition vector math functions to Glibc and discussions > with co

Re: gcc Digest 26 Dec 2014 16:51:42 -0000 Issue 7953

2015-01-12 Thread Jakub Jelinek
On Mon, Jan 12, 2015 at 07:38:10PM +0300, Andrew Senkevich wrote: > > during work on addition vector math functions to Glibc and discussions > > with community was found an issue with meaning of “#pragma omp declare > > simd” (which will appear in math.h). > > > > Issue is there are no working way­