https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107877
Bug ID: 107877
Summary: segfault in libgccjit when using asse
Product: gcc
Version: 11.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: jit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107849
Bug ID: 107849
Summary: All SIMD instrinsics are missing
Product: gcc
Version: 11.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: jit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103005
--- Comment #3 from Andreas Röver ---
I think the source of the problem is function
__fold_input(const simd& __x)
in simd_math.h
this function should return values between -pi/4 and pi/4 but doesn't for the
big argument. E.g for
29850643931
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103005
--- Comment #2 from Andreas Röver ---
I think the source of the problem is function
__fold_input(const simd& __x)
in simd_math.h
this function should return values between -pi/4 and pi/4 but doesn't for the
big argument. E.g for
29850643931
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103005
Bug ID: 103005
Summary: experimental simd sin and cos with big arguments
returns values bigger than 1
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity