Re: [eigen] MSVC SSE3-4.1 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] MSVC SSE3-4.1
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 16 Dec 2010 13:57:09 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=DNrMFPqLe/1Lt8yIAN0WMNwA7lBmgebS3d4hVQ+JHHo=; b=WNBoVuGiXMp8FTbnRjbLcG+qsNW1Ry1PYu0QvZAZZpqv/tmNpQYXT0SrQE7PcUOCze EBRSOrE+9n/CBD6zem65e0wHqSTG++rCJ/vybOyL/j99NnFLgolb6VTIGapaL2gtvQR+ wcsiO54xLuFFkm5DJ0Th4vOels2oRqCL45EAE=
- 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; b=eHmKhv470VID5ZfkTC5wFkqHYhcsyGnjYTIACOCQnVUC3XxOnPwMkZC3Vx+aBdNpy5 ete+JzFsfmEik/3puBocthZ9i/AYLNfng/jYgGxIe862c9X+IfUF14/WeWySJQbJWsQC mNzgvQGuYy2fCQI1Kq7GwZr2UMa1DKVBFrAJ8=
No objection, we can at least try.
Benoit
2010/12/16 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> I have found a way to automatically enable SSE3-4.1 on MSVC systems and
> created a patch for it.
> The test is based on checking for the ifdef guards of automatically included
> SSE headers.
> Do you have any objections to include this?
> - Hauke