Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo #187

Merged
merged 1 commit into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion newsletter/2024-05-20-this-week-in-loongarch-49.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mengqinggang 在邮件列表上[询问了](https://sourceware.org/pipermail/binu

#### LLVM {#llvm}

[heiher] 用上了 32 位除法、取余指令,[消除了]((https://github.com/llvm/llvm-project/pull/92205)这些
[heiher] 用上了 32 位除法、取余指令,[消除了](https://github.com/llvm/llvm-project/pull/92205)这些
32 位操作的编译产物中,对结果进行的多余符号扩展。

[heiher] 还为 LoongArch 上的循环优化[开启了](https://github.com/llvm/llvm-project/pull/92629/files)交织向量化(interleaved vectorization)工序(pass),初期使用默认的交织系数 2。
Expand Down