Re: Using SSE2 intrinsics with GCC compiler on windows

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux