On 02/12/14 08:57, Adrien Nader wrote:
> Hi,
>
> I recently stumbled on an issue where dvec.h gets included from intrin.h
> and triggers around 140 different "not declared in this scope" errors.
>
> Basically, there is an #include <dvec.h> (which is a C++-only header)
> near the top of intrin.h and the function declarations for non-SSE2
> bulds come later on (I guess that if SSE2 is used, the compiler already
> has declarations for them?). Since dvec.h uses functions which are
> declared later on, compilation errors out.
>
>
> Jacek told me over IRC that dvec/fvec/ivec .h probably shouldn't be
> included from intrin.h. I've tried remove them and my build issues went
> away.
> Should that change be commited? Should it also be backported to the
> stable branch?

IMO we should remove them in trunk, but not stable branch (at least not
without a delay). We won't know if we're breaking real world code until
we do that.

Jacek

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to