Skip to content

Commit 87470a3

Browse files
authored
remove unused definitions
1 parent a5fda2e commit 87470a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/compare_sgemm_shgemm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232

3333
#define SGEMM BLASFUNC(sgemm)
3434
#define SHGEMM BLASFUNC(shgemm)
35-
#define SGEMV BLASFUNC(sgemv)
36-
#define SHGEMV BLASFUNC(shgemv)
3735
#define SHGEMM_LARGEST 256
3836

3937
int

0 commit comments

Comments
 (0)