[Bug target/96709] cmov and vectorization

2020-08-24 Thread g.peterh...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96709

--- Comment #2 from g.peterh...@t-online.de ---
You can choose the boost version on godbolt.org. The example uses 1.73, but
only the macros
#define BOOST_FORCEINLINE inline __attribute__ ((__always_inline__))
and
#define BOOST_NOINLINE __attribute__ ((__noinline__)).

[Bug target/96709] cmov and vectorization

2020-08-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96709

Andrew Pinski  changed:

   What|Removed |Added

   Last reconfirmed||2020-08-24
 Status|UNCONFIRMED |WAITING
 Target||x86_64-linux-gnu
 Ever confirmed|0   |1
  Component|c++ |target

--- Comment #1 from Andrew Pinski  ---
Can you attach the preprocessed source as boost versions matter.