added optimized symv_L kernels for nehalem

This commit is contained in:
wernsaar
2014-08-21 14:27:00 +02:00
parent ec05ff3f64
commit c8b0645266
6 changed files with 275 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
DSYMV_U_KERNEL = dsymv_U.c
DSYMV_L_KERNEL = dsymv_L.c
SSYMV_U_KERNEL = ssymv_U.c
SSYMV_L_KERNEL = ssymv_L.c
SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = sgemv_t.c