On 27/11/16 03:46, Danny Wilson wrote:

> It is a huge application, 1.5M lines not including big external dependencies 
> like ACE/TAO. Porting over to 64bit mode would probably take months.  Any 
> other suggestion? Perhaps disabling the generation of the offending AVX 
> instructions with some compiler flag?
>
> (Not sure that will work since it reports the failure inside the std:: 
> library...)

Yes compiling with a different CPU target is the other option, but as 
you say you may need to do the libraries as well.

If you're using standard distro then it's likely the system libraries 
are OK already though as a distro will compile for a fairly basic 
processor to get maximum compatibility. It's only if you're using gentoo 
or something that build from source that you might have an issue.

Don't forget that a lot of libstdc++ is templates that will actually 
compile as part of your program...

Tom

-- 
Tom Hughes (t...@compton.nu)
http://compton.nu/

------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to