[X86] Add clang release notes for HRESET and minor change for llvm release notes...
authorWang, Pengfei <pengfei.wang@intel.com>
Wed, 21 Oct 2020 07:57:43 +0000 (15:57 +0800)
committerWang, Pengfei <pengfei.wang@intel.com>
Wed, 21 Oct 2020 07:59:42 +0000 (15:59 +0800)
clang/docs/ReleaseNotes.rst
llvm/docs/ReleaseNotes.rst

index 540cf91..0e2915c 100644 (file)
@@ -200,6 +200,8 @@ X86 Support in Clang
   implies -mtune=<cpu>. -mtune=generic is the default with no -march or -mtune
   specified.
 
+- Support for feature ``HRESET`` has been added.
+
 Internal API Changes
 --------------------
 
index d85f4ba..d457e3f 100644 (file)
@@ -118,7 +118,7 @@ During this release ...
   the "target-cpu" attribute or TargetMachine CPU which will be used to select
   Instruction Set. If the attribute is not present, the tune CPU will follow
   the target CPU.
-* Support for ISA HRESET has been added.
+* Support for feature ``HRESET`` has been added.
 
 Changes to the AMDGPU Target
 -----------------------------