summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-07-26 23:52:04 +0800
committerruki <[email protected]>2023-07-26 23:52:04 +0800
commit6edfa59d6d7941455c5d647a3f351d4ee546ae26 (patch)
tree575b022b542940b8de567886d8e9d6a753d7264c
parent8eb5c2f3c4d1dd2124b7e43f71b259ff90b66893 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71e2a108a..fee162eea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#4002](https://github.com/xmake-io/xmake/issues/4002): Add soname and version support
+* [#1613](https://github.com/xmake-io/xmake/issues/1613): Add avx512 and sse4.2 for add_vectorexts
### Changes
@@ -1625,6 +1626,7 @@
### 新特性
* [#4002](https://github.com/xmake-io/xmake/issues/4002): 增加 soname 支持
+* [#1613](https://github.com/xmake-io/xmake/issues/1613): 为 add_vectorexts 增加 avx512 和 sse4.2 支持
### 改进