We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7e5d6 commit 2d1e4a2Copy full SHA for 2d1e4a2
Changelog.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+- Multiple improvements to assembly code ([#251](https://github.com/rust-osdev/x86_64/pull/251))
4
+ - Added `external_asm` implementations for `bochs_breakpoint` and `XCr0`
5
+ - Updated `options` for `asm!` blocks (to improve performance)
6
+ - Updated docs to use [`doc_cfg`](https://doc.rust-lang.org/unstable-book/language-features/doc-cfg.html)
7
+
8
# 0.14.1 – 2021-05-06
9
10
- Use new `const_fn_trait_bound` feature to fix build on latest nightly ([#250](https://github.com/rust-osdev/x86_64/pull/250))
0 commit comments