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: Josh Bleecher Snyder <josharian@xxxxxxxxx>
- Date: Fri, 15 Jun 2012 10:01:59 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=8bT9kBAPHSnNU/ti8ippuJ8SZ7rnuyR+cAvVRZMcqX0=; b=A/dZkItX+WtdOxdkNCGqkfajPQ7XiovsJAGAnEKpTJpTNCEuy2j/89LZaW1/LEZf7a s9C8whLFoIfBTfnvzlG6ICo0CIFTfaATbb1rM0w/lMX6ItkdA4uPXFasutivZOPMzSrK VuWWfN0d+Y3dhjaziMYhHqCHJ5PzyqYaLf2Y+fvluNyPwKnjg4UVHoyNjuIu3iEFbCKD osBuUx0C7JXAv5BxCBn3KWkIw6l+yX9pn5peyS824NMG0aQ8uBnXf6k/spzhZD3kLWlO 9vi3i48IXHAhkS9OebIN8xRuYo4zchhAp7T/0RdHQCFgrjtojjh5+o2eI0t5iMe9Kvbr 5pfw==
>> 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.)
-josh