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:50:54 +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=5rD3jytKovEJbbGiovN1k11G/F3as4e9w8QuaP1NKkQ=; b=YcMS+ZoNssfZRbY1vMH9LQc/9bbsSvHM8hkM1WZG9hr0f0bITXMukD+WTjZao92PB5 3iZ+n7zmQup1gqz6F2veMKew+BxxQmr3MJM9DqN+q/19GQfH+SIE+guJQTItp3EGse5u N+GJTaGwE8dGYAx1bQuxtnaNHF4aDd1U5ML5Y=
- 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=D6sdJXB6nhVf646aLFNjZIyjTEZabidUEC4pTWNT89aRyYi0VmceMhi8gskYhgwfjZ 2LyMo/qv5uyMvMSO+vU3/3eln7Q5m93V/3ZpSygxrNmSTHjCTFc18PJRZvcV0B9XnkPj YjqX/JF+i8IFe3P/HN24M4EWf5HeAK2puEGgk=
2009/4/22 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> 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.
removing the templateness would be the optimal solution here, but we
still need the generic function in GenericPacketMath.h to be a
template. Here's something I never quite understood : is it ok to
overload a template function by a non-template one?
Benoit