Skip to content

Commit

Permalink
Refs #695 #783. Replace default x86_64 cgemv_t
Browse files Browse the repository at this point in the history
asm kernel by C kernel.
  • Loading branch information
xianyi committed Mar 1, 2016
1 parent 17d655f commit efa4f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/x86_64/KERNEL
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ CGEMVNKERNEL = cgemv_n.S
endif

ifndef CGEMVTKERNEL
CGEMVTKERNEL = cgemv_t.S
CGEMVTKERNEL = ../arm/zgemv_t.c
endif

ifndef ZGEMVNKERNEL
Expand Down

0 comments on commit efa4f5c

Please sign in to comment.