Re: RE : Re: [eigen] Help on solving a race condition |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: RE : Re: [eigen] Help on solving a race condition
- From: Bastien ROUCARIES <roucaries.bastien@xxxxxxxxx>
- Date: Tue, 19 Jun 2012 20:43:54 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jr2i2LlTi9Or8gffcj4hxg9+hN6q9Y6BNjm2FpkVtpY=; b=M1iV6PG2O9z8WjRtreJf9XEfl96DxCzVXNliaPKNRPDUL/fYnbLVZhXVc09bgAokwZ p+EjYvkWd9RP8X5xhOfmCL48Qv2Hm2jrzlCZlMbYRdch4iMm18RuUfAZv1/hjQfgqhHo /BWDYn2rYmmqOyznB6GDIDPZ+OtioAYojnSxD5RtRa80vJRFySlwg6xhV8hY1qHEJk+K pxLec8tAfEXe/d9recFLNSbTC+EYNHMaPb8OaaLCKJpqAI/TWYPAE7qbvCoA93I+fEwi ztQaD6kV3ua8Ex/UqJ2WpqMIdUiOoXat4KQfS0TA32TF1IvLkSQf5kmoARcrUjSAKVCo kHwQ==
On Fri, Jun 15, 2012 at 7:01 PM, Josh Bleecher Snyder
<josharian@xxxxxxxxx> wrote:
>>> My definition of portable is I think quite wide libatomic-ops is portable to
>>> every target of gcc >4.1
>
> FWIW, we're using Eigen on iOS, which is moving very quickly towards
> llvm-only. (I don't know whether libatomic-ops is llvm-friendly, just
> wanted to flag the mobile use case.)
llvm support c++11 atomic so no problem.
bastien
> -josh
>
>