added optimized saxpy kernel for steamroller

This commit is contained in:
Werner Saar 2015-04-14 09:09:39 +02:00
parent 331c417637
commit f615dc7603
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
SAXPYKERNEL = saxpy.c
DAXPYKERNEL = daxpy.c DAXPYKERNEL = daxpy.c
CAXPYKERNEL = caxpy.c CAXPYKERNEL = caxpy.c
ZAXPYKERNEL = zaxpy.c ZAXPYKERNEL = zaxpy.c

View File

@ -35,7 +35,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "saxpy_microk_haswell-2.c" #include "saxpy_microk_haswell-2.c"
#elif defined(SANDYBRIDGE) #elif defined(SANDYBRIDGE)
#include "saxpy_microk_sandy-2.c" #include "saxpy_microk_sandy-2.c"
#elif defined(PILEDRIVER) #elif defined(PILEDRIVER) || defined(STEAMROLLER)
#include "saxpy_microk_piledriver-2.c" #include "saxpy_microk_piledriver-2.c"
#endif #endif