mbox series

[PULL,00/15] Hardfloat + softfloat maintainers update and gitdm

Message ID 20181214135452.25936-1-alex.bennee@linaro.org
Headers show
Series Hardfloat + softfloat maintainers update and gitdm | expand

Message

Alex Bennée Dec. 14, 2018, 1:54 p.m. UTC
The following changes since commit d8d5fefd8657d4f7b380b3a1533340434b5b9def:

  Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging (2018-12-13 18:45:18 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-hardfloat-and-gitdm-141218-1

for you to fetch changes up to 26c535d8522296399d43ebf39c109f6d8628c096:

  hardfloat: implement float32/64 comparison (2018-12-14 11:43:00 +0000)

----------------------------------------------------------------
Hardfloat + maintainers and gitdm

----------------------------------------------------------------
Alex Bennée (2):
      contrib: add a basic gitdm config
      MAINTAINERS: update status of FPU emulation

Emilio G. Cota (13):
      fp-test: pick TARGET_ARM to get its specialization
      softfloat: add float{32,64}_is_{de,}normal
      target/tricore: use float32_is_denormal
      softfloat: rename canonicalize to sf_canonicalize
      softfloat: add float{32,64}_is_zero_or_normal
      tests/fp: add fp-bench
      fpu: introduce hardfloat
      hardfloat: implement float32/64 addition and subtraction
      hardfloat: implement float32/64 multiplication
      hardfloat: implement float32/64 division
      hardfloat: implement float32/64 fused multiply-add
      hardfloat: implement float32/64 square root
      hardfloat: implement float32/64 comparison

 MAINTAINERS                         |   4 +-
 contrib/gitdm/aliases               |  27 ++
 contrib/gitdm/domain-map            |  19 +
 contrib/gitdm/filetypes.txt         | 146 ++++++
 contrib/gitdm/group-map-cadence     |   3 +
 contrib/gitdm/group-map-codeweavers |   1 +
 contrib/gitdm/group-map-ibm         |   6 +
 contrib/gitdm/group-map-redhat      |   7 +
 contrib/gitdm/group-map-wavecomp    |  18 +
 fpu/softfloat.c                     | 865 ++++++++++++++++++++++++++++++++++--
 gitdm.config                        |  50 +++
 include/fpu/softfloat.h             |  30 ++
 target/tricore/fpu_helper.c         |   9 +-
 tests/fp/.gitignore                 |   1 +
 tests/fp/Makefile                   |   8 +-
 tests/fp/fp-bench.c                 | 630 ++++++++++++++++++++++++++
 16 files changed, 1767 insertions(+), 57 deletions(-)
 create mode 100644 contrib/gitdm/aliases
 create mode 100644 contrib/gitdm/domain-map
 create mode 100644 contrib/gitdm/filetypes.txt
 create mode 100644 contrib/gitdm/group-map-cadence
 create mode 100644 contrib/gitdm/group-map-codeweavers
 create mode 100644 contrib/gitdm/group-map-ibm
 create mode 100644 contrib/gitdm/group-map-redhat
 create mode 100644 contrib/gitdm/group-map-wavecomp
 create mode 100644 gitdm.config
 create mode 100644 tests/fp/fp-bench.c

-- 
2.17.1

Comments

Peter Maydell Dec. 16, 2018, 9:51 p.m. UTC | #1
On Fri, 14 Dec 2018 at 13:54, Alex Bennée <alex.bennee@linaro.org> wrote:
>

> The following changes since commit d8d5fefd8657d4f7b380b3a1533340434b5b9def:

>

>   Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging (2018-12-13 18:45:18 +0000)

>

> are available in the Git repository at:

>

>   https://github.com/stsquad/qemu.git tags/pull-hardfloat-and-gitdm-141218-1

>

> for you to fetch changes up to 26c535d8522296399d43ebf39c109f6d8628c096:

>

>   hardfloat: implement float32/64 comparison (2018-12-14 11:43:00 +0000)

>

> ----------------------------------------------------------------

> Hardfloat + maintainers and gitdm

>

> ----------------------------------------------------------------


Hi Alex -- this doesn't appear to be signed with the GPG key
I have on record for you...

thanks
-- PMM
Alex Bennée Dec. 17, 2018, 9:29 a.m. UTC | #2
Peter Maydell <peter.maydell@linaro.org> writes:

> On Fri, 14 Dec 2018 at 13:54, Alex Bennée <alex.bennee@linaro.org> wrote:

>>

>> The following changes since commit d8d5fefd8657d4f7b380b3a1533340434b5b9def:

>>

>>   Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging (2018-12-13 18:45:18 +0000)

>>

>> are available in the Git repository at:

>>

>>   https://github.com/stsquad/qemu.git tags/pull-hardfloat-and-gitdm-141218-1

>>

>> for you to fetch changes up to 26c535d8522296399d43ebf39c109f6d8628c096:

>>

>>   hardfloat: implement float32/64 comparison (2018-12-14 11:43:00 +0000)

>>

>> ----------------------------------------------------------------

>> Hardfloat + maintainers and gitdm

>>

>> ----------------------------------------------------------------

>

> Hi Alex -- this doesn't appear to be signed with the GPG key

> I have on record for you...


Hmm.. I did create a sub-key for one of my other machines - I wonder if
that has taken precedence....

>

> thanks

> -- PMM



--
Alex Bennée