Skip to content

Commit

Permalink
[changelog] remainder opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
floatshadow committed May 12, 2024
1 parent a00d416 commit 2e66233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ h2:before {

# 更新日志

## 2024-5-12

- IR 规范、解释器和标准编译器三者的取余数计算的指令操作码不一致,现统一为 `rem` [accipit commit#a00d4167](https://git.zju.edu.cn/accsys/accipit/-/commit/a00d4167ff29a099362a222ab1f1aa74840fb377)[accsys-cmake-template commit#fa7a4e28](https://git.zju.edu.cn/accsys/accsys-cmake-template/-/commit/fa7a4e2867849131b7e336ee778bc8b6ba1dbedf)

## 2024-4-28

- 修复了 lab1 和 lab2 测试中一些函数没有返回值的问题 (虽然这符合语法和语义, 但这是 Undefined Behavior, 我们会在测试中避免) [commit#4e94a38](https://git.zju.edu.cn/accsys/accipit/-/commit/4e94a38f0adc7a96eafd09cdb8f0574363fcec32)
Expand Down

0 comments on commit 2e66233

Please sign in to comment.