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: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Wed, 22 Apr 2009 16:40:59 +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=EzuIFArxw1utxo/ZYxnWdfEqjwUyXFyg8byS1IV4zek=; b=bzEILC+vQDksXTWZRnqq/Ie7Ln3667UakrqR/ojfkoqv3jhv5ID3RW8+7kCF9hCKbJ mIApumkzhluAY+bBJ+a2Gv0ydzrPIA33CfyclzP8ZDes/aix4+VhdCxgG5yoVLjknHJX PlykITOkpC+8mPz4CI+VHGVgGozfMurApNFdU=
- 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=pbRrdXqqsnyVylq7mdm0GW9x7fAi3IcSZBrVIu/yz9vLx69yZ2YaBCYe7RrKDsILnL YBUIM8ptF3RoJfVtLa+YPEyONJh/rnHFAevqjWBnoSzMWEArJPO3XXePHG8vA1P51j7e 8zcbrd4tBNzTGx9PQYfF1rWdQsJwwX7STQqWE=
ok that would work, but I really hope no compiler will try to inline it !
On Wed, Apr 22, 2009 at 4:36 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> 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
>>>
>>
>>
>>
>
>
>