From 2d030625c84a49c46539061f6ea8002ed37f9084 Mon Sep 17 00:00:00 2001 From: Jakub Staszak Date: Mon, 29 Oct 2012 21:49:46 +0000 Subject: [PATCH] Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166969 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1