Optimize caxpy for POWER10
authorRajalakshmi Srinivasaraghavan <rajis@linux.ibm.com>
Thu, 29 Oct 2020 19:57:51 +0000 (14:57 -0500)
committerRajalakshmi Srinivasaraghavan <rajis@linux.ibm.com>
Thu, 29 Oct 2020 19:57:51 +0000 (14:57 -0500)
commitb43549188525741f311d6e5574c0fd960f964204
tree07beafa492518cd8da61186eea549fad8d2ca5c2
parent9a058f2451ee5a9f6067b23fdf23af22e6092222
Optimize caxpy for POWER10

This patch makes use of new POWER10 vector pair instructions for
loads and stores.
kernel/power/KERNEL.POWER10
kernel/power/caxpy_microk_power10.c [new file with mode: 0644]
kernel/power/caxpy_power10.c [new file with mode: 0644]