[PATCH 2/2] meson: ensure -mcx16 is passed when detecting ATOMIC128

2024-10-07 Thread Paolo Bonzini
Moving -mcx16 out of CPU_CFLAGS caused the detection of ATOMIC128 to fail, because flags have to be specified by hand in cc.compiles and cc.links invocations (why oh why??). Ensure that these tests enable all the instruction set extensions that will be used to build the emulators. Fixes: c2bf2ccb

Re: [PATCH 2/2] meson: ensure -mcx16 is passed when detecting ATOMIC128

2024-10-07 Thread Richard Henderson
On 10/7/24 01:43, Paolo Bonzini wrote: Moving -mcx16 out of CPU_CFLAGS caused the detection of ATOMIC128 to fail, because flags have to be specified by hand in cc.compiles and cc.links invocations (why oh why??). Ensure that these tests enable all the instruction set extensions that will be used

[PATCH 2/2] meson: ensure -mcx16 is passed when detecting ATOMIC128

2024-10-07 Thread Paolo Bonzini
Moving -mcx16 out of CPU_CFLAGS caused the detection of ATOMIC128 to fail, because flags have to be specified by hand in cc.compiles and cc.links invocations (why oh why??). Ensure that these tests enable all the instruction set extensions that will be used to build the emulators. Fixes: c2bf2ccb