commit | 74f2c15ea3894ca52fef5d32047cedccec4af3ed | [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 11:39:45 2023 +0800 |
tree | b4f41ac3cf22ff2b443523d502dc92958ca20f4c | |
parent | 158eead001677307d4731f1a4dacb4f38245dc6d [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.