On 01/24/2017 09:38 AM, Christophe Lyon wrote:
It seems that Bernd's patch causes regressions on arm-linux-gnueabihf
--with-cpu=cortex-a5 --with-fpu=vfpv3-d16-fp16:
gcc.target/arm/vselvcdf.c scan-assembler-times vselvs.f64\td[0-9]+ 1
gcc.target/arm/vselvcsf.c scan-assembler-times vselvs.f32\ts[0-9]+ 1
gcc.target/arm/vselvsdf.c scan-assembler-times vselvs.f64\td[0-9]+ 1
gcc.target/arm/vselvssf.c scan-assembler-times vselvs.f32\ts[0-9]+ 1
Maybe the upcoming patch from Segher intends to address this?
Not really. How exactly do I reproduce this - can you give me a command
line and expected assembly output (I'm having some trouble figuring out
the right set of switches)?
Bernd