https://bugs.kde.org/show_bug.cgi?id=442168

--- Comment #6 from Xavier Roche <xavier.ro...@algolia.com> ---
Created attachment 141820
  --> https://bugs.kde.org/attachment.cgi?id=141820&action=edit
ASM diff between working program with valgrind (clang-11) and the faulty one
(clang12)

clang-12 -S -std=c++20 -stdlib=libc++ -O2 -march=corei7-avx isfinite-bug.cpp -o
/tmp/isfinite-bug-12.S
clang-11 -S -std=c++20 -stdlib=libc++ -O2 -march=corei7-avx isfinite-bug.cpp -o
/tmp/isfinite-bug-11.S
diff -udb /tmp/isfinite-bug-11.S /tmp/isfinite-bug-12.S >
/tmp/isfinite-bug-clang-11-clang-12.diff

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to