Re: [Mingw-w64-public] [PATCH] headers: Provide __cpuidex for Clang 17

2023-09-13 Thread Martin Storsjö
On Tue, 12 Sep 2023, LIU Hao wrote: 在 2023-09-12 17:23, Martin Storsjö 写道: In 2b6c9247613aa830374e3686e09d3b8d582a92a6, we changed so that we don't provide __cpuidex for Clang 17 or newer, as Clang itself provided that as a builtin. The __cpuidex builtin was added in Clang during the course of

Re: [Mingw-w64-public] [PATCH] headers: Provide __cpuidex for Clang 17

2023-09-12 Thread LIU Hao
在 2023-09-12 17:23, Martin Storsjö 写道: In 2b6c9247613aa830374e3686e09d3b8d582a92a6, we changed so that we don't provide __cpuidex for Clang 17 or newer, as Clang itself provided that as a builtin. The __cpuidex builtin was added in Clang during the course of development of Clang 17, but it was r

[Mingw-w64-public] [PATCH] headers: Provide __cpuidex for Clang 17

2023-09-12 Thread Martin Storsjö
In 2b6c9247613aa830374e3686e09d3b8d582a92a6, we changed so that we don't provide __cpuidex for Clang 17 or newer, as Clang itself provided that as a builtin. The __cpuidex builtin was added in Clang during the course of development of Clang 17, but it was reverted before version 17 was released (i