Re: [Qemu-devel] [PATCH v6 13/13] hardfloat: implement float32/64 comparison

2018-12-05 Thread Alex Bennée
Emilio G. Cota writes: > Performance results for fp-bench: > > Host: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz > - before: > cmp-single: 110.98 MFlops > cmp-double: 107.12 MFlops > - after: > cmp-single: 506.28 MFlops > cmp-double: 524.77 MFlops > > Note that flattening both eq and eq_signaling

[Qemu-devel] [PATCH v6 13/13] hardfloat: implement float32/64 comparison

2018-11-24 Thread Emilio G. Cota
Performance results for fp-bench: Host: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz - before: cmp-single: 110.98 MFlops cmp-double: 107.12 MFlops - after: cmp-single: 506.28 MFlops cmp-double: 524.77 MFlops Note that flattening both eq and eq_signaling versions would give us extra performance (695v5