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:36:45 +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=ZBsZmLXQhEd9Boqe+pc/7qXf+hibHW7ZQPQF0tTSeyw=; b=lOKppvSDWXg2w7wE4ILebl6k6vX+rUeBMb1fPbRvkDzGcO7XQkOgQRg14tQYih/Qqb 6+/TsCha2NeAU7gcKdVnDyCBQSlymhzYbj/SKw41X0pf9m7ffSzoBmjd/djrJVm6ntDX mcuwcL+3IOcHZVUkRxY6tlSYzmT5I6Dtwqetc=
- 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=xfUiapj4hf/E1au0gAN0DI73rW4akMLe9MdT6ARmbMsqiWTRyBUnJHtiA+7gdBYyLc +CiXJC661PCLRj3QgzMntrNGbH8oj6SXZUO4iqY2GiwqO9FHOFQSTbYSqxgzZVj1p81N gA2AyqpElDYcpIeSD+xyWtblEoCJXH6K6VEl0=
ok, the next question is, again, why EIGEN_DONT_INLINE ?
Just a little inline keyword would do the trick here... and the
compiler would still feel free to not inline if it's too big.
Benoit (who is still learning what static means)
2009/4/22 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
> this does not work:
>
> /home/gael/Coding/eigen2/Eigen/src/Core/arch/SSE/MathFunctions.h:55:
> error: explicit template specialization cannot have a storage class
>
>
> gael
>
> On Wed, Apr 22, 2009 at 4:28 PM, Hauke Heibel
> <hauke.heibel@xxxxxxxxxxxxxx> wrote:
>> Here is the patch.
>>
>> Thanks for your quick reply Benoit.
>>
>> - Hauke
>>
>
>
>