https://bugs.kde.org/show_bug.cgi?id=443817
--- Comment #4 from alexfa...@yahoo.com --- (In reply to Halla Rempt from comment #2) > Please provide a patch: no Krita developer has access to hardware like this, > so without a patch from someone who has, we cannot do anything. Hi, I think this is not limited to Sifive Unmatched. It is reproducible on any riscv hardware and even qemu riscv environment. I have also tested on Nezha D1 and on a qemu. They got the same result. Really appreciate if anyone in KDE team is willing to test on a riscv qemu vm or a riscv hardware. (In reply to alexfa...@yahoo.com from comment #3) > unmatch2 /tmp # gcc -Wall test.cpp > test.cpp: In function ‘int main()’: > test.cpp:4:10: warning: unused variable ‘i’ [-Wunused-variable] > 4 | uint64_t i = x.load(std::memory_order_relaxed); > | ^ > test.cpp:5:6: warning: unused variable ‘b’ [-Wunused-variable] > 5 | bool b = x.is_lock_free(); > | ^ And my apology. please ignore this bit. I got it mixed with a report of this same issue to rocksdb. They basically use the same code piece for dectecting libatomic. -- You are receiving this mail because: You are watching all bug changes.