commit | f24a85fd5eb8fe084f30ba7cce0a0cd3856a5f0c | [log] [tgz] |
---|---|---|
author | Pengyu Lv <pengyu.lv@arm.com> | Thu Oct 19 11:39:17 2023 +0800 |
committer | Pengyu Lv <pengyu.lv@arm.com> | Thu Oct 19 16:52:01 2023 +0800 |
tree | 9575411cf233212ab6d02177df9ed6987fdf8748 | |
parent | f3c6e2ee348d25d4915fb18f2d5d25f0486a53b4 [diff] |
Add a changelog entry Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
diff --git a/ChangeLog.d/fix-mingw32-build.txt b/ChangeLog.d/fix-mingw32-build.txt new file mode 100644 index 0000000..c657f23 --- /dev/null +++ b/ChangeLog.d/fix-mingw32-build.txt
@@ -0,0 +1,4 @@ +Bugfix + * Fix an inconsistency between implementations and usages of `__cpuid`, + which mainly causes failures when building Windows target using + mingw or clang. Fix #8334 & #8332.