commit | a2f717ef3616b28b96f0f1aebea97086815597e1 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Fri Aug 09 16:56:54 2019 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Mon Oct 14 11:58:53 2019 +0100 |
tree | 06b2db54d6a6bc5a963a5719dad5314528d6d6c2 | |
parent | ba75d0a0d8235119eef1305f0d9a2142fa4b11e0 [diff] |
Add vector sin and cos Worst-case error is 3.5 ulp, the polynomial was generated by sollya. For large (>2^23) and special inputs the code falls back to scalar sin and cos.