Hi Matthew,

On 10/08/15 11:28, Matthew Wahab wrote:
Ping. Updated patch attached.

Also, retested the series for arm-none-linux-gnueabihf with native bootstrap 
and make
check.

On 22/06/15 16:16, Matthew Wahab wrote:
Hello,

The ARM backend records FPU features as booleans, one for each feature. This
means that adding support for a new feature involves updating every entry in the
list of FPU descriptions in arm-fpus.def. This patch series changes the
representation of FPU features to use a simple bit-set and flags, as is done
elsewhere.

This patch adds the new FPU feature representation, with feature sets
represented as unsigned longs.

Tested the series for arm-none-linux-gnueabihf with check-gcc

Ok for trunk?
Matthew

gcc/
2015-06-22  Matthew Wahab  <matthew.wa...@arm.com>

        * config/arm/arm.h (arm_fpu_fset): New.
        (ARM_FPU_FSET_HAS): New.
        (FPU_FL_NONE): New.
        (FPU_FL_NEON): New.
        (FPU_FL_FP16): New.
        (FPU_FL_CRYPTO): New.

This is ok.
Thanks,
Kyrill



Reply via email to