mirror of
https://github.com/RPCS3/soundtouch.git
synced 2025-02-24 20:31:15 +00:00
small update to OpenMP documentation
This commit is contained in:
parent
5f84fe3eb7
commit
fe44590ab6
@ -377,7 +377,10 @@ processors vs. non-SIMD implementation:</p>
|
||||
<p>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).</p>
|
||||
quad-core ARM of Raspberry Pi2). </p>
|
||||
<p>See an external blog article with more detailed discussion about the
|
||||
<a href="http://www.softwarecoven.com/parallel-computing-in-embedded-mobile-devices/">
|
||||
SoundTouch OpenMP optimization</a>.</p>
|
||||
<p>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
|
||||
|
Loading…
x
Reference in New Issue
Block a user