Skip to content

Commit 44e6e54

Browse files
authored
Use the C compiler for the C SBGEMM test source
1 parent 48b1b7c commit 44e6e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ endif
326326

327327
ifeq ($(BUILD_BFLOAT16),1)
328328
test_sbgemm : compare_sgemm_sbgemm.c ../$(LIBNAME)
329-
$(FC) $(FLDFLAGS) -o test_sbgemm compare_sgemm_sbgemm.c ../$(LIBNAME) $(EXTRALIB) $(CEXTRALIB)
329+
$(CC) $(FLDFLAGS) -o test_sbgemm compare_sgemm_sbgemm.c ../$(LIBNAME) $(EXTRALIB) $(CEXTRALIB)
330330
endif
331331

332332
ifeq ($(BUILD_COMPLEX),1)

0 commit comments

Comments
 (0)