Re: [PATCH RFC] meson: require int128 type

2025-05-08 Thread Michael S. Tsirkin
On Thu, May 08, 2025 at 01:30:25PM +0100, Peter Maydell wrote: > On Thu, 8 May 2025 at 13:21, Michael S. Tsirkin wrote: > > > > compilers that QEMU requires support int128 > > (though arithmetic might be more challenging). > > As virtio wants to use int128 with bitwise opts only, > > make it simpl

Re: [PATCH RFC] meson: require int128 type

2025-05-08 Thread Peter Maydell
On Thu, 8 May 2025 at 13:21, Michael S. Tsirkin wrote: > > compilers that QEMU requires support int128 > (though arithmetic might be more challenging). > As virtio wants to use int128 with bitwise opts only, > make it simple by failing configure if not there. IIRC the problem is not the compiler

[PATCH RFC] meson: require int128 type

2025-05-08 Thread Michael S. Tsirkin
compilers that QEMU requires support int128 (though arithmetic might be more challenging). As virtio wants to use int128 with bitwise opts only, make it simple by failing configure if not there. Signed-off-by: Michael S. Tsirkin --- Hi guys, any feedback on this one? Lightly tested. include/q