Re: [PATCH] include/qemu: Use builtins for bswap

2021-08-04 Thread Philippe Mathieu-Daudé
On 7/8/21 8:17 PM, Richard Henderson wrote: > All supported compilers have builtins for this. > Drop all of the complicated system detection stuff. > > Signed-off-by: Richard Henderson > --- > meson.build | 6 - > include/qemu/bswap.h | 53 +++---

[PATCH] include/qemu: Use builtins for bswap

2021-07-08 Thread Richard Henderson
All supported compilers have builtins for this. Drop all of the complicated system detection stuff. Signed-off-by: Richard Henderson --- meson.build | 6 - include/qemu/bswap.h | 53 +++- 2 files changed, 3 insertions(+), 56 deletions(-) dif