PPC64: Add libmvec SIMD single-precision sine function [BZ #24206]
Implements single-precision vector sine function. The polynomial sine-approximating algorithm is adapted for PPC64 from x86_64 [commit #2a8c2c7b]. The patch has been tested on PPC64/POWER8 Little Endian and Big Endian. Testing uses the framework created for libmvec on x86_64 which runs tests on issuing 'make check'. Tests of the new vector single-precision sine function all pass. Reviewed-by:Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Loading
Please register or sign in to comment