|
kusano |
2b45e8 |
ifneq ($(NO_LAPACK), 1)
|
|
kusano |
2b45e8 |
SBLASOBJS += sneg_tcopy$(TSUFFIX).$(SUFFIX) slaswp_ncopy$(TSUFFIX).$(SUFFIX)
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
DBLASOBJS += dneg_tcopy$(TSUFFIX).$(SUFFIX) dlaswp_ncopy$(TSUFFIX).$(SUFFIX)
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
QBLASOBJS += qneg_tcopy$(TSUFFIX).$(SUFFIX) qlaswp_ncopy$(TSUFFIX).$(SUFFIX)
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
CBLASOBJS += cneg_tcopy$(TSUFFIX).$(SUFFIX) claswp_ncopy$(TSUFFIX).$(SUFFIX)
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
ZBLASOBJS += zneg_tcopy$(TSUFFIX).$(SUFFIX) zlaswp_ncopy$(TSUFFIX).$(SUFFIX)
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
XBLASOBJS += xneg_tcopy$(TSUFFIX).$(SUFFIX) xlaswp_ncopy$(TSUFFIX).$(SUFFIX)
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
endif
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)sneg_tcopy$(TSUFFIX).$(SUFFIX) $(KDIR)sneg_tcopy$(TSUFFIX).$(PSUFFIX) : generic/neg_tcopy_$(SGEMM_UNROLL_M).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)dneg_tcopy$(TSUFFIX).$(SUFFIX) $(KDIR)dneg_tcopy$(TSUFFIX).$(PSUFFIX) : generic/neg_tcopy_$(DGEMM_UNROLL_M).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)qneg_tcopy$(TSUFFIX).$(SUFFIX) $(KDIR)qneg_tcopy$(TSUFFIX).$(PSUFFIX) : generic/neg_tcopy_$(QGEMM_UNROLL_M).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)cneg_tcopy$(TSUFFIX).$(SUFFIX) $(KDIR)cneg_tcopy$(TSUFFIX).$(PSUFFIX) : generic/zneg_tcopy_$(CGEMM_UNROLL_M).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)zneg_tcopy$(TSUFFIX).$(SUFFIX) $(KDIR)zneg_tcopy$(TSUFFIX).$(PSUFFIX) : generic/zneg_tcopy_$(ZGEMM_UNROLL_M).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)xneg_tcopy$(TSUFFIX).$(SUFFIX) $(KDIR)xneg_tcopy$(TSUFFIX).$(PSUFFIX) : generic/zneg_tcopy_$(XGEMM_UNROLL_M).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)slaswp_ncopy$(TSUFFIX).$(SUFFIX) $(KDIR)slaswp_ncopy$(TSUFFIX).$(PSUFFIX) : generic/laswp_ncopy_$(SGEMM_UNROLL_N).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)dlaswp_ncopy$(TSUFFIX).$(SUFFIX) $(KDIR)dlaswp_ncopy$(TSUFFIX).$(PSUFFIX) : generic/laswp_ncopy_$(DGEMM_UNROLL_N).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)qlaswp_ncopy$(TSUFFIX).$(SUFFIX) $(KDIR)qlaswp_ncopy$(TSUFFIX).$(PSUFFIX) : generic/laswp_ncopy_$(QGEMM_UNROLL_N).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)claswp_ncopy$(TSUFFIX).$(SUFFIX) $(KDIR)claswp_ncopy$(TSUFFIX).$(PSUFFIX) : generic/zlaswp_ncopy_$(CGEMM_UNROLL_N).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)zlaswp_ncopy$(TSUFFIX).$(SUFFIX) $(KDIR)zlaswp_ncopy$(TSUFFIX).$(PSUFFIX) : generic/zlaswp_ncopy_$(ZGEMM_UNROLL_N).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|
|
kusano |
2b45e8 |
$(KDIR)xlaswp_ncopy$(TSUFFIX).$(SUFFIX) $(KDIR)xlaswp_ncopy$(TSUFFIX).$(PSUFFIX) : generic/zlaswp_ncopy_$(XGEMM_UNROLL_N).c
|
|
kusano |
2b45e8 |
$(CC) -c $(CFLAGS) $< -o $@
|
|
kusano |
2b45e8 |
|