On Wed, May 18, 2016 at 9:41 AM, Justin Hibbits <chmeeed...@gmail.com> wrote:
> #if (defined(__powerpc__) && !defined(__powerpc64__)) ||
> (defined(__mips__) && !defined(__mips64__))
>
> should work.

Depending on what the point of this is on MIPS, it is probably also
inadequate.  I believe you want a MIPS ABI check, as we can support
64-bit atomics with n32 and n64 ABIs, so !defined(__mips_n32) &&
!defined(__mips_n64).
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to