summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-09-13 17:39:35 +0000
committerBob Wilson <bob.wilson@apple.com>2010-09-13 17:39:35 +0000
commite84727729e5e060d3a6d2dfbb85f3e2be3ee4eb0 (patch)
tree9ecb55fc254994595311e4f0df92a8fb63ab3454 /docs
parent5b2fb956d2a9b55abccd58acd2781dd9323abce0 (diff)
downloadllvm-e84727729e5e060d3a6d2dfbb85f3e2be3ee4eb0.tar.gz
llvm-e84727729e5e060d3a6d2dfbb85f3e2be3ee4eb0.tar.bz2
llvm-e84727729e5e060d3a6d2dfbb85f3e2be3ee4eb0.tar.xz
Fix formatting tags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 6972b6af38..2c41d23b99 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -456,7 +456,7 @@ it run faster:</p>
accumulate) has been removed. This operation is now represented using
the llvm.arm.neon.vabd intrinsic (vector absolute difference) followed by a
vector add.
-</ul>
+</li>
<li>
The llvm.arm.neon.vabdl and llvm.arm.neon.vabal intrinsics (lengthening
vector absolute difference with and without accumlation) have been removed.
@@ -489,7 +489,8 @@ it run faster:</p>
vector subtract for vmlsl. Note that the polynomial vector multiply
intrinsic, llvm.arm.neon.vmullp, remains unchanged.
</li>
-
+
+</ul>
</div>
<!--=========================================================================-->