commit | 86ec14e594888c1050f1a8ab5dd9ec72cf9c801e | [log] [tgz] |
---|---|---|
author | Andrew Robbins <andrewrobbins@hotmail.com> | Wed Dec 28 16:58:09 2016 -0600 |
committer | Andrew Robbins <andrewrobbins@hotmail.com> | Wed Dec 28 16:58:09 2016 -0600 |
tree | 9a11d12cd73b4f891c4f9f9b9cd78f0b88552dac | |
parent | f16a624b35dd28fbd4cdcd3bd08dfc2421c3e2b0 [diff] |
Add support for VSX vector instructions on PPC Added support for the fill, diff, scale, mul and add functions using PPC CPU vector instructions. These are used in place of the versions of these functions written for x86, when compiled on PPC. This fixes a compile failure on PPC