Browse Source

Remove extra symbol in Makefile

While trying out different unroll values, noted that
make failed due to this extra symbol.
tags/v0.3.11^2
Rajalakshmi Srinivasaraghavan 5 years ago
parent
commit
475b5c95b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/Makefile.L3

+ 1
- 1
kernel/Makefile.L3 View File

@@ -2351,7 +2351,7 @@ $(SGEMMITCOPYOBJ_P) : $(KERNELDIR)/$(SGEMMITCOPY)

endif

$(D<GEMMONCOPYOBJ_P) : $(KERNELDIR)/$(DGEMMONCOPY)
$(DGEMMONCOPYOBJ_P) : $(KERNELDIR)/$(DGEMMONCOPY)
$(CC) $(PFLAGS) -c -DDOUBLE -UCOMPLEX $< -o $@

$(DGEMMOTCOPYOBJ_P) : $(KERNELDIR)/$(DGEMMOTCOPY)


Loading…
Cancel
Save