enabled optimized sgemv kernels for piledriver

This commit is contained in:
wernsaar 2014-09-07 21:13:57 +02:00
parent 553e275407
commit 80f7786875
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
SGEMVNKERNEL = sgemv_n_4.c SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = sgemv_t.c SGEMVTKERNEL = sgemv_t.c
DGEMVNKERNEL = dgemv_n.c DGEMVNKERNEL = dgemv_n.c

View File

@ -1,5 +1,5 @@
SGEMVNKERNEL = sgemv_n.c SGEMVNKERNEL = sgemv_n_4.c
SGEMVTKERNEL = sgemv_t.c SGEMVTKERNEL = sgemv_t_4.c
ZGEMVNKERNEL = zgemv_n_dup.S ZGEMVNKERNEL = zgemv_n_dup.S
ZGEMVTKERNEL = zgemv_t.S ZGEMVTKERNEL = zgemv_t.S

View File

@ -30,7 +30,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if defined(NEHALEM) #if defined(NEHALEM)
#include "sgemv_t_microk_nehalem-4.c" #include "sgemv_t_microk_nehalem-4.c"
#elif defined(BULLDOZER) #elif defined(BULLDOZER) || defined(PILEDRIVER)
#include "sgemv_t_microk_bulldozer-4.c" #include "sgemv_t_microk_bulldozer-4.c"
#elif defined(SANDYBRIDGE) #elif defined(SANDYBRIDGE)
#include "sgemv_t_microk_sandy-4.c" #include "sgemv_t_microk_sandy-4.c"