[eigen] Re: pre-RC1 testing needed |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] Re: pre-RC1 testing needed
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 26 Jan 2009 18:35:51 +0100
- 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=bnfUuPpuorpLdAzodT8JAG0WthK3QZo0n3MvLkopmgI=; b=l5OnzzAdhxKqvojdTGMqERTqvsnCRuikWYSHa1ULnvYIoICaaUrEM5pCgwy1tXNegV KutgnfHZAvfmyxT3zqZoyXv/DredSQpm0pfMvrx0jS2s7Zo0Y41cFRXPiglwE6iTadQZ pNK4DJEBxwOy41I1A9KHaJXqYB1HvGnrdNXHQ=
- 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=B4swsJofeEbnAlpqCfN6oN7UPZUVJare7yBaqnhVrAs5KxNdR6duRLbelJvwBRR/7v D+wQwuZf4VJUjLL30tHZ5ygGtJ4atvMCb6GeStFRu7Q7fVI3V+GLLQr2/og47YpEkQWb ENWW1miW1mBfPKKy+EDJZHH5iP4rKV3U6yyl0=
2009/1/26 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> 4) run CMake, enable SSE2 or AltiVec testing (only used if available
> so you can always enable that)
Let me rephrase that.
What I mean is that this is only used if your compiler actually supports it.
Before enabling it you still need to check that your CPU supports it.
SSE2: at least Pentium 4 or AMD64
Cheers,
Benoit