[eigen] pre-RC1 testing needed |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] pre-RC1 testing needed
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 26 Jan 2009 17:35:28 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=ze4KnmxlUOVqPZ4lpxonJe4jUyHSmpKLTHagE9XF1fE=; b=xrY4MukVoygd3FJIFeTe5AtarW5cowIcWxGsbECDhBbpA1n2EOlpB2MWWBEqo43n3x K2EEKbxbLFS8LROsFHh39H6qpTo8kN+B55HMfW/C0WzYM3a0kHDG2/WAAW8Fe2ZgRooA I62tZTW2C0gzjTr9Fp0GKA1YR+ktweuDv6ZRc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=r2sFnFOWknG1JN9XTOT5YZYC+7IrXirKIOWr+zgZMk00vxbn4JtbYs/jw4aWg8F59Y jMnwrMOfaX5JaE1DO6JeyS994qvopB+2VDWuueEOk8slFvvVIGr65OtXXb1FbTFkv8hD 4K5/VRYqno+IEZU6ugUiuMy9+R4J3oIK28Y8Y=
Hi,
As you could see, there were a lot more changes than expected going
into RC1. Now we think it's ready, but we aren't able to test on many
platforms and typically it's expected that the recent changes may
cause minor breakage (like compilation errors) on some platforms.
So testing is much appreciated.
- build and run unit tests
- build and run your own software using eigen
We are specifically interested in the following setups:
* MSVC 2008 with SSE2 enabled
* MSVC 2005 (SSE isn't used here)
* Old GCC (from 3.3 to 4.1) (SSE isn't used here) including, but not only, MinGW
* ICC, recent versions, with SSE2
* Power machine with AltiVec enabled
* BSD (Free/Open/Net/PC) with SSE2 (if you have GCC >= 4.2) or AltiVec enabled
No unit test is supposed to fail!!
Cheers,
Benoit