[valgrind] [Bug 388603] ARM Advanced SIMD vfma.f32 with Q or D registers reports unsupported instruction

2018-01-08 Thread E Honsch
https://bugs.kde.org/show_bug.cgi?id=388603 --- Comment #3 from E Honsch --- The offending lines of code in GCC inline asm look like this: "vfma.f32 q7, q13, q13 \n" "vfma.f32 q8, q14, q14 \n" "vfma.f32 q9, q15, q15 \n" It's dying on the first on

[valgrind] [Bug 388603] ARM Advanced SIMD vfma.f32 with Q or D registers reports unsupported instruction

2018-01-08 Thread E Honsch
https://bugs.kde.org/show_bug.cgi?id=388603 --- Comment #2 from E Honsch --- Sorry, I had already changed the code to remove the vfma.f32 instructions when I posted the bug. I put a couple back and ran it for you. ==2033== Callgrind, a call-graph generating cache profiler ==2033== Copyright (C

[valgrind] [Bug 388603] New: ARM Advanced SIMD vfma.f32 with Q or D registers reports unsupported instruction

2018-01-05 Thread E Honsch
https://bugs.kde.org/show_bug.cgi?id=388603 Bug ID: 388603 Summary: ARM Advanced SIMD vfma.f32 with Q or D registers reports unsupported instruction Product: valgrind Version: 3.13.0 Platform: Other OS: Linu