Grammar police

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@941 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2013-03-23 21:35:41 +00:00
parent 4d9d01c146
commit 52e26f6330

View File

@@ -37,9 +37,9 @@ Build Requirements
-- GCC v4.1 or later recommended for best performance
* Beginning with Xcode 4, Apple stopped distributing GCC and switched to
the LLVM compiler. Xcode v4.0 through 4.6 provides a GCC front end called
LLVM-GCC. Unfortunately, as of this writing, neither LLVM-GCC nor the
LLVM (clang) compiler produce optimal performance with libjpeg-turbo.
the LLVM compiler. Xcode v4.0 through v4.6 provides a GCC front end
called LLVM-GCC. Unfortunately, as of this writing, neither LLVM-GCC nor
the LLVM (clang) compiler produces optimal performance with libjpeg-turbo.
Building libjpeg-turbo with LLVM-GCC v4.2 results in a 10% performance
degradation when compressing using 64-bit code, relative to building
libjpeg-turbo with GCC v4.2. Building libjpeg-turbo with LLVM (clang)