* Toon Moene:
> On 6/5/20 6:10 PM, Tobias Burnus wrote:
>
>> On 6/5/20 4:11 PM, Jakub Jelinek via Gcc wrote:
>
>>> It is glibc that provides them, not GCC.
>>> See
>>> https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/x86/fpu/bits/math-vector.h;h=0801905da7b85e2f43fb6b682a7b84c5eec469d4;hb
On Fri, 5 Jun 2020 at 18:59, Toon Moene wrote:
>
> On 6/5/20 6:10 PM, Tobias Burnus wrote:
>
> > On 6/5/20 4:11 PM, Jakub Jelinek via Gcc wrote:
>
> >> It is glibc that provides them, not GCC.
> >> See
> >> https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/x86/fpu/bits/math-vector.h;h=08019
On June 5, 2020 7:58:20 PM GMT+02:00, Toon Moene wrote:
>On 6/5/20 6:10 PM, Tobias Burnus wrote:
>
>> On 6/5/20 4:11 PM, Jakub Jelinek via Gcc wrote:
>
>>> It is glibc that provides them, not GCC.
>>> See
>>>
>https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/x86/fpu/bits/math-vector.h;h=0
On 6/5/20 6:10 PM, Tobias Burnus wrote:
On 6/5/20 4:11 PM, Jakub Jelinek via Gcc wrote:
It is glibc that provides them, not GCC.
See
https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/x86/fpu/bits/math-vector.h;h=0801905da7b85e2f43fb6b682a7b84c5eec469d4;hb=HEAD
Minor addition: That
On 6/5/20 4:11 PM, Jakub Jelinek via Gcc wrote:
It is glibc that provides them, not GCC.
See
https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/x86/fpu/bits/math-vector.h;h=0801905da7b85e2f43fb6b682a7b84c5eec469d4;hb=HEAD
Minor addition: That header file is included in math.h, i.e. autom
On Fri, Jun 05, 2020 at 01:58:55PM +, Feltgen, Eric wrote:
> my name is Eric, I'm a german student at RWTH Aachen University currently
> researching OpenMP.
>
>
> For my research, I'm also looking at math functions provided by compilers
> like GCC. When writing vectorizable code, it is impo
Hi there,
my name is Eric, I'm a german student at RWTH Aachen University currently
researching OpenMP.
For my research, I'm also looking at math functions provided by compilers like
GCC. When writing vectorizable code, it is important to use math functions
which also allow for vectorization