[Bug jit/107877] New: segfault in libgccjit when using asse

2022-11-26 Thread andreas_roever at web dot de via Gcc-bugs
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

[Bug jit/107849] New: All SIMD instrinsics are missing

2022-11-23 Thread andreas_roever at web dot de via Gcc-bugs
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

[Bug libstdc++/103005] experimental simd sin and cos with big arguments returns values bigger than 1

2021-11-06 Thread andreas_roever at web dot de via Gcc-bugs
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

[Bug libstdc++/103005] experimental simd sin and cos with big arguments returns values bigger than 1

2021-11-06 Thread andreas_roever at web dot de via Gcc-bugs
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

[Bug libstdc++/103005] New: experimental simd sin and cos with big arguments returns values bigger than 1

2021-10-30 Thread andreas_roever at web dot de via Gcc-bugs
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