Skip to content

Commit

Permalink
Use the C compiler for the C SBGEMM test source
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Sep 21, 2023
1 parent 48b1b7c commit 44e6e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ endif

ifeq ($(BUILD_BFLOAT16),1)
test_sbgemm : compare_sgemm_sbgemm.c ../$(LIBNAME)
$(FC) $(FLDFLAGS) -o test_sbgemm compare_sgemm_sbgemm.c ../$(LIBNAME) $(EXTRALIB) $(CEXTRALIB)
$(CC) $(FLDFLAGS) -o test_sbgemm compare_sgemm_sbgemm.c ../$(LIBNAME) $(EXTRALIB) $(CEXTRALIB)
endif

ifeq ($(BUILD_COMPLEX),1)
Expand Down

0 comments on commit 44e6e54

Please sign in to comment.