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: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Wed, 22 Apr 2009 16:40:50 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Udcu+9sNAbSx0fKAc1FmAsrnZV4sD+ApvHkkeewiZL4=; b=Av4VqCfEbuJN/XE+tL53l9lOuiA1rmHJ/LB8/lKk2M5DlKjrBr+Y5XOY3RIyYzvfdI qU0gdFWow2wwIZdwWwIbDlnSBw4Kp5KLAqak5HNonxPcU4tEnhzjn3xba/lwDneEc8su 6+ysWwCl4M8HFarRuGjwcJYwrB3J95WeLTpfU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=seu5QFHLLoljFL4fNrdlbJkaqkSLh7fwrFq9ZUBXuoH/UVVZoFB8gKCPA+1+dYaYT6 ssZ4TUDtR6GOFjJbkepxTwJ1PeGe123yS+ugXmLSY8Xoco/oiu53J0VgB4f8ASalBMZV uNR8RRVyZJax+r+9Ushpagn3ar092jSnqawog=
On Wed, Apr 22, 2009 at 4:36 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> Benoit (who is still learning what static means)
Obviously I am too...
> 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, can you please try the following patch. I removed the template
stuff completely. Now we just have an overloaded function - it should
always be preferred to the template function.
Regards,
Hauke
Attachment:
MathFunctions.patch
Description: Binary data