From: Matt Turner Date: Sat, 5 Nov 2011 21:11:59 +0000 (-0400) Subject: docs: fix grammar and punctuation in llvmpipe docs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f52b876f493982022795021fe6173de8089a224;p=mesa.git docs: fix grammar and punctuation in llvmpipe docs. --- diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index 980bfce3f76..bd9cc26f266 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -26,9 +26,9 @@ It's the fastest software rasterizer for Mesa.
  • An x86 or amd64 processor; 64-bit mode recommended.

    - Support for SSE2 is strongly encouraged. Support for SSSE3, and SSE4.1 will - yield the most efficient code. The less features the CPU has the more - likely is that you ran into underperforming, buggy, or incomplete code. + Support for SSE2 is strongly encouraged. Support for SSSE3 and SSE4.1 will + yield the most efficient code. The fewer features the CPU has the more + likely is that you run into underperforming, buggy, or incomplete code.

    See /proc/cpuinfo to know what your CPU supports.