• T
    libdecnumber: Modify dconfig.h to Integrate with QEMU · 7275585b
    Tom Musta 提交于
    Modify the dconfig.h header file so that libdecnumber code integrates QEMU
    configuration.   Specifically:
    
      - the WORDS_BIGENDIAN preprocessor macro is used in libdecnumber code to
        determines endianness.  It is derived from the existing QEMU macro
        HOST_WORDS_BIGENDIAN which is defined in config-host.h.
    
      - the DECPUN macro determines the number of decimal digits (aka declets) per
        unit (byte).  This is 3 for PowerPC DFP.
    Signed-off-by: NTom Musta <tommusta@gmail.com>
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    7275585b
dconfig.h 1.5 KB