[Bug tree-optimization/84261] gcc fails to vectorize a function call

2018-02-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84261 --- Comment #6 from Jakub Jelinek --- (In reply to Marcin Krotkiewski from comment #5) > (In reply to Jakub Jelinek from comment #4) > > The declare simd on the functions is essentially an implicit loop around the > > whole body, so the function

[Bug tree-optimization/84261] gcc fails to vectorize a function call

2018-02-08 Thread marcin.krotkiewski at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84261 --- Comment #5 from Marcin Krotkiewski --- (In reply to Jakub Jelinek from comment #4) > The declare simd on the functions is essentially an implicit loop around the > whole body, so the function in this cases is passed a V4DFmode argument and >

[Bug tree-optimization/84261] gcc fails to vectorize a function call

2018-02-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84261 Jakub Jelinek changed: What|Removed |Added Keywords||openmp Component|libgomp