]> Git Repo - qemu.git/commit
bswap.h: Remove unused float-access functions
authorPeter Maydell <[email protected]>
Thu, 11 Feb 2021 12:27:49 +0000 (12:27 +0000)
committerAlex Bennée <[email protected]>
Mon, 15 Feb 2021 09:38:50 +0000 (09:38 +0000)
commitf930224fffead81e23e699517d1351e33890b6f7
tree983527a0441a55840bc4e1b63b2e6af1ef467aeb
parentb81cff9cd9427b08a4d1f6167e502a1db3124e3c
bswap.h: Remove unused float-access functions

The float-access functions stfl_*, stfq*, ldfl* and ldfq* are now
unused; remove them.  (Accesses to float64 and float32 types can be
made with the ldl/stl/ldq/stq functions, as float64 and float32 are
guaranteed to be typedefs for normal integer types.)

Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20210208113428[email protected]>
Message-Id: <20210211122750[email protected]>
docs/devel/loads-stores.rst
include/exec/cpu-all.h
include/qemu/bswap.h
This page took 0.026937 seconds and 4 git commands to generate.