]> Git Repo - qemu.git/commit
Merge remote-tracking branch 'remotes/rth/tags/pull-sf-20200829' into staging
authorPeter Maydell <[email protected]>
Sun, 30 Aug 2020 13:01:25 +0000 (14:01 +0100)
committerPeter Maydell <[email protected]>
Sun, 30 Aug 2020 13:01:25 +0000 (14:01 +0100)
commit4bc08c61416cf9244175807b8752caf739f7681f
treeed1985668db9ed35c192199f4b3b0c845cacc4e3
parent39335fab59e11cfda9b7cf63929825db2dd3a3e0
parentc53b1079334c41b342a8ad3b7ccfd51bf5427f5a
Merge remote-tracking branch 'remotes/rth/tags/pull-sf-20200829' into staging

* float16 comparison wrappers
* float16 conversions to/from 8-bit integers
* bfloat16 support

# gpg: Signature made Sun 30 Aug 2020 03:29:54 BST
# gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
# gpg:                issuer "[email protected]"
# gpg: Good signature from "Richard Henderson <[email protected]>" [full]
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F

* remotes/rth/tags/pull-sf-20200829:
  softfloat: Define comparison operations for bfloat16
  softfloat: Define misc operations for bfloat16
  softfloat: Define convert operations for bfloat16
  softfloat: Define operations for bfloat16
  softfloat: Add float16_is_normal
  softfloat: Add fp16 and uint8/int8 conversion functions
  softfloat: Implement the full set of comparisons for float16

Signed-off-by: Peter Maydell <[email protected]>
This page took 0.038382 seconds and 4 git commands to generate.