Re: [eigen] [Eigen] SSE may cause linker error on VS.net |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] [Eigen] SSE may cause linker error on VS.net
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 22 Apr 2009 16:19:48 +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=tEAXglMzcSvmhdvSfZ7Lf7A4T2ymazvenRaQQkHxQ3c=; b=EKnr91EuAwO3ni7o2hoTJcJq+MxGTIaKpaMRKbYzHNy6S9DkndPy6pmdvlK44fgOTW qLt8fKyzaTNCcrUmnjBHb4o2EmK9cMm7uhdmb+5wnkDJMjRNl/Po9mCBpVcz3+jySm0b KF6tZjGlnXslk51UYYkM3fo/wXnHJgYF9WSFE=
- 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=CuXr2U6WBpWD8z4VrEXogkUTQaGX/rSlbd4uZlbFe/h25esUvfbEg0P2gJYhYm+ELg cBoCVI4hzhFk4+5UIkkSVg5OG8rArcBZe7VPw53O4Tb8NZ1DUtU1RwNmoQgFgD/skCPf wqqvzxCnXTiuaIaZNnCVC7i6R2QvlWq8kzQJo=
bah, we forgot another 'inline' keyword somewhere?
which symbols exactly does the linker complain about? (yes i'm too
lazy to try myself :p )
Benoit
2009/4/22 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> Hi,
>
> the attached example causes a linker error, when SSE is enabled. The
> problem is that object code for specializations in MathFunctions.h
> is generated in UnitA and UnitB from the attached example.
>
> Does anybody have any easy solutions to fix this?
>
> Btw, to reproduce the problem you have to make sure SSE is actually used.
>
> Regards,
> Hauke
>