Re: [eigen] older compiler problems? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] older compiler problems?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 25 May 2009 23:03:35 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=oQmxiEOeSL5ZBcgghbpd9a3Q7fpextqdjY2DzKnAfGA=; b=RIKfxGZPow4WpSFh6rNrR9iXLb8TuPDW60VdQ6d7TOqAU+VSCsMTpc/Gz/EAiLjky7 Z971UVH5VR27AX2nVUE0N5RheV/2ubkI9oMZ792ym7Qh7k8SeoRaxuJrTnFyrerkeAdZ mp/xo3Uv36L0CoaFqu0oK5I2Kgk0WUiwl3uGs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=p1ibkGh5F0IWuh6z9iZ0/luq7GKV8tGhqnLDBSwkVP3AwMxE4MbKDXsREbv9KV4p77 nu7+6fo8hU2ABCCpUlIEbBjDc6aE84xKu/QNY2/8D6nXkMfjh1LOFOb+xA0jKu1UZiCy JZoqzoE5uR6FWs9oVYLPwNA4qKJk4juOZXG2U=
I'd say not tried. Feel free... but be aware that good performance
with Eigen is only achieved with GCC >= 4.2. Older GCC's down to 3.3
we support but we can't work around their inability to optimize code
correctly...
Benoit
2009/5/25 Mark Borgerding <mark@xxxxxxxxxxxxxx>:
> I see on the wiki
> http://eigen.tuxfamily.org/index.php?title=Main_Page#Compiler_support
> "... GCC, version 3.3 and newer. ..."
>
> I have a target platform that still uses gcc 3.2.3. Does this have any
> known issues? Or simply not yet tried?
>
>
>
>