Re: [PATCH] host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()

2025-07-17 Thread Peter Maydell
On Mon, 14 Jul 2025 at 20:52, Philippe Mathieu-Daudé wrote: > > On 14/7/25 16:50, Peter Maydell wrote: > > In commit b0438861efe ("host-utils: Avoid using __builtin_subcll on > > buggy versions of Apple Clang") we added a workaround for a bug in > > Apple Clang 14 where its __builtin_subcll() impl

Re: [PATCH] host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()

2025-07-14 Thread Philippe Mathieu-Daudé
On 14/7/25 16:50, Peter Maydell wrote: In commit b0438861efe ("host-utils: Avoid using __builtin_subcll on buggy versions of Apple Clang") we added a workaround for a bug in Apple Clang 14 where its __builtin_subcll() implementation was wrong. This bug was only present in Apple Clang 14, not in u

Re: [PATCH] host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()

2025-07-14 Thread Richard Henderson
On 7/14/25 08:50, Peter Maydell wrote: In commit b0438861efe ("host-utils: Avoid using __builtin_subcll on buggy versions of Apple Clang") we added a workaround for a bug in Apple Clang 14 where its __builtin_subcll() implementation was wrong. This bug was only present in Apple Clang 14, not in u

Re: [PATCH] host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()

2025-07-14 Thread Thomas Huth
On 14/07/2025 16.50, Peter Maydell wrote: In commit b0438861efe ("host-utils: Avoid using __builtin_subcll on buggy versions of Apple Clang") we added a workaround for a bug in Apple Clang 14 where its __builtin_subcll() implementation was wrong. This bug was only present in Apple Clang 14, not i

[PATCH] host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()

2025-07-14 Thread Peter Maydell
In commit b0438861efe ("host-utils: Avoid using __builtin_subcll on buggy versions of Apple Clang") we added a workaround for a bug in Apple Clang 14 where its __builtin_subcll() implementation was wrong. This bug was only present in Apple Clang 14, not in upstream clang, and is not present in Appl