
24 Mar
2011
24 Mar
'11
1:50 a.m.
On Wed, Mar 23, 2011 at 5:16 PM, Gruenke, Matt <mgruenke@tycoint.com> wrote:
cpuid? It seems to me that the *only* thing that should determine how the program gets compiled is the compiler flags, since the target platform might have either less or more capability than the build machine. I've experienced both cases, firsthand.
Agreed -- I'm currently writing a lot of code for AVX and SSE4, and my CPU supports neither. I'd hope to be able to transition to a Boost SIMD library when it became available. We should be able to use any instruction set available on the target platform. -- Cory Nelson http://int64.org