From 2f2b3d756a83c28b8279c6f8d98bffc31cc1a75b Mon Sep 17 00:00:00 2001
From: oparviai
SoundTouch 1.9 onwards support running the algorithms parallel in several CPU -cores. Based on benchmark the expected multi-core processing speed-up gain -ranges between +30% (on high-spec dual-core x86) to 170% (on moderately low-spec -quad-core ARM).
+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).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