[Bug target/100758] __builtin_cpu_supports does not (always) detect "sse2"

2023-02-09 Thread iam at valdikss dot org.ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100758 --- Comment #21 from ValdikSS --- VIA Eden Esther (32-bit core) 0 0 0001 746e6543 736c7561 48727561 0 1 0001 746e6543 736c7561 48727561 1 0 06d0 0800 4181 a7c9bbff 1 1 06d0 0800 4181 a7c9bbff 2 0 000

[Bug target/100758] __builtin_cpu_supports does not (always) detect "sse2"

2023-02-01 Thread iam at valdikss dot org.ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100758 --- Comment #11 from ValdikSS --- Well, the function is called __builtin_cpu_supports, for which one might expect that it just checks CPUID and returns reliable results, while in reality it operates using the build-in CPU support list. The funct

[Bug target/100758] __builtin_cpu_supports does not (always) detect "sse2"

2023-01-27 Thread iam at valdikss dot org.ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100758 ValdikSS changed: What|Removed |Added CC||iam at valdikss dot org.ru --- Comment #9 fr