[PATCH] D152671: [doc][LoongArch] Add missed release note about `ual` feature addition
WÁNG Xuěruì via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 21 20:34:14 PDT 2023
xen0n added a comment.
Thanks for the catch!
================
Comment at: llvm/docs/ReleaseNotes.rst:163
* The ``lp64s`` ABI is supported now and has been tested on Rust bare-matal target.
+* An target feature ``ual`` is introduced to allow unaligned memory accesses and
+ this feature is enabled by default on generic 64bit processors.
----------------
nit: "A" (the following sound is not a vowel)
================
Comment at: llvm/docs/ReleaseNotes.rst:164
+* An target feature ``ual`` is introduced to allow unaligned memory accesses and
+ this feature is enabled by default on generic 64bit processors.
----------------
nit: "for generic 64-bit"
Here "for" (compared to "on") is to signify it's controlled by target instead of host spec.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152671/new/
https://reviews.llvm.org/D152671
More information about the cfe-commits
mailing list