Optimize zscal function for POWER10

This patch makes use of new POWER10 vector pair instructions for
loads and stores.
This commit is contained in:
Rajalakshmi Srinivasaraghavan
2021-03-10 17:15:33 -06:00
parent ef0238ba2b
commit 09d47af2c0
2 changed files with 196 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endif
#elif defined(POWER10)
#if defined(DOUBLE)
#include "zscal_microk_power8.c"
#include "zscal_microk_power10.c"
#else
#include "cscal_microk_power10.c"
#endif