Darin Starkey <darin.starkey@xxxxxxxxx> writes: > : error: '__m128d' does not name a type > : error: 'm_Isa64Src0' was not declared in this scope With gcc 4.0 this typically means that you need to use the -msse2 option to enable SSE2. Later versions of gcc give a more useful error. Ian