From fe44590ab61d08eb944491fe11c13b8c85d4daa2 Mon Sep 17 00:00:00 2001 From: oparviai Date: Thu, 5 Nov 2015 17:32:27 +0000 Subject: [PATCH] small update to OpenMP documentation --- README.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.html b/README.html index a8eecf4..57fb7d0 100644 --- a/README.html +++ b/README.html @@ -377,7 +377,10 @@ processors vs. non-SIMD implementation:

SoundTouch 1.9 onwards support running the algorithms parallel in several CPU cores. Based on benchmark the experienced multi-core processing speed-up gain ranges between +30% (on a high-spec dual-core x86 Windows PC) to 215% (on a moderately low-spec -quad-core ARM of Raspberry Pi2).

+quad-core ARM of Raspberry Pi2).

+

See an external blog article with more detailed discussion about the + +SoundTouch OpenMP optimization.

The parallel computing support is implemented using OpenMP spec 3.0 instructions. These instructions are supported by Visual C++ 2008 and later, and GCC v4.2 and later. Compilers that do not supporting OpenMP will ignore these