[Mesa-dev] [Bug 93089] mesa fails to check for gcc atomic primitives before using them
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Dec 4 09:29:37 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=93089
--- Comment #8 from Jonathan Gray <jsg at openbsd.org> ---
There is no way to backport builtins for architectures that lack atomics at the
ISA level.
On arm/hppa/sh linux has a syscall which the gcc documentation claims can only
do 64 bit values on arm:
https://gcc.gnu.org/wiki/Atomic
Even on Linux with the latest toolchains this should be checked as there are
cases where some or none of the atomics may be present.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20151204/ae465294/attachment-0001.html>
More information about the mesa-dev
mailing list