[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] MSVC SSE3-4.1
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Thu, 16 Dec 2010 11:47:30 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=w9apnh4Grn2VnADYczjC4PunmkgOcHXMLs+dPkepYIo=; b=BB8YXweuwA270TRk1jp72gMDGYYHw1ExuHfoM2bg2D6fSjxuxkUoTcysOs05FI8QHm an2sMuyGzzix6v2U5oWbAoNDaQNzvA0SqEqUuaXPSGvX4FuDtlk7eezGuelyjuN/WTzr sphnGfwwDV32e6Oo+SzCADADXjpRyMqabFF6w=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jejOYB2SF45AGKQnYmF0AzsbIavFgeijWsL7u4s/0tb0TSXPQE6WSWzWKRzSzqk1y6 nYIjy3Z41Sdoz/wHPwEuamt2WIgpDk9AAdIavLV5g9o8KBcc1x/h/f5pqBGdW4qpPm8z BVlsUAYe7Qh1qitego5OBqL5uiSI9pAn8ejyk=
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
Attachment:
sse.patch
Description: Binary data