From: Jakub Staszak Date: Mon, 29 Oct 2012 21:49:46 +0000 (+0000) Subject: Typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2d030625c84a49c46539061f6ea8002ed37f9084;p=oota-llvm.git Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166969 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fa986a85510..a10f541ce73 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -471,7 +471,7 @@ Release Notes. can be enabled using the -mllvm -vectorize-loops flag. The SIMD vector width can be specified using the flag -mllvm -force-vector-width=4. - The defaule value is 0 which means auto-select. + The default value is 0 which means auto-select.
We can now vectorize this code: