commit | a807c9bba198cc89ddd6cb177442e1e297c935b3 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Fri Jan 10 15:10:45 2020 +0000 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Tue Jan 14 12:47:48 2020 +0000 |
tree | 2d8578dfdc4d6d45257a4518f8244396e876cd7b | |
parent | 099350affd8bd6eebf9d1e067b102530740b7270 [diff] |
math: add vector pow This implementation is a wrapper around the scalar pow with appropriate call abi. As such it is not expected to be faster than scalar calls, the new double prec vector pow symbols are provided for completeness.