- Original Message -
> Hi Guys... I'm trying to run valgrind inside Qt Creator as I can make
> in Linux but it doesn't work. I have sent an email to the Qt Creator
> list and they sent me here to ask... my mail was this:
>
>
>
> Valgrinf it doesn’t work on OS X El Capitan:
> Hi guys… I’
Hi Guys... I'm trying to run valgrind inside Qt Creator as I can make in
Linux but it doesn't work. I have sent an email to the Qt Creator list and
they sent me here to ask... my mail was this:
Valgrinf it doesn’t work on OS X El Capitan:
Hi guys… I’m trying to run Valgrind inside Qt Creator in OS
On 11/02/16 08:58, Henry Gomersall wrote:
> What I've found is that with -O3 and -mfpu=neon flags, some values, as
> computed under Valgrind, are wrong. This is demonstrated in the minimal
> example linked to above through the printf statement.
Just to clarify, removal of either of those flags or
I've been working on some code targeting an ARM Cortex A9.
A minimal working example and compile/test script can be found here:
https://gist.github.com/hgomersall/22a19f245559d55f1ff6
What I've found is that with -O3 and -mfpu=neon flags, some values, as
computed under Valgrind, are wrong. This i