On Wed, Jun 15, 2016 at 3:24 PM, Kyrill Tkachov <kyrylo.tkac...@foss.arm.com> wrote: > Hi all, > > This is a respin of > https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00951.html. > This just moves the necessary declarations to expmed.h so that a file that > includes > expmed.h can access the mult synthesis algorithms. > > Bootstrapped and tested on x86_64, aarch64, arm. > > Ok for trunk?
Ok. Thanks, Richard. > Thanks, > Kyrill > > 2016-06-15 Kyrylo Tkachov <kyrylo.tkac...@arm.com> > > * expmed.c (mult_variant, choose_mult_variant): Move declaration to... > * expmed.h: ... Here.