https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62253

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Iirc lib atomic on x86 uses the atomic instructions for 32bit and not the
pthread implemention. Also if you have xchng, you can do all functions using
that one without using the pthread implemention.

Reply via email to