makefile
来自「Optimized GotoBLAS libraries」· 代码 · 共 113 行
TXT
113 行
TOPDIR = ../../..include $(TOPDIR)/Makefile.ruleifeq ($(CORE), P5)SROTKERNEL = rot.SDROTKERNEL = rot.SCROTKERNEL = zrot.SZROTKERNEL = zrot.Sendififeq ($(CORE), KATMAI)SROTKERNEL = rot_sse.SDROTKERNEL = rot.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot.Sendififeq ($(CORE), COPPERMINE)SROTKERNEL = rot_sse.SDROTKERNEL = rot.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot.Sendififeq ($(CORE), NORTHWOOD)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), PRESCOTT)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), CORE2)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), PENRYN)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), BANIAS)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), YONAH)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), ATHLON)SROTKERNEL = rot_sse.SDROTKERNEL = rot.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot.Sendififeq ($(CORE), OPTERON)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), BARCELONA)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififndef SROTKERNELSROTKERNEL = rot.Sendififndef DROTKERNELDROTKERNEL = rot.Sendififndef QROTKERNELQROTKERNEL = rot.Sendififndef CROTKERNELCROTKERNEL = zrot.Sendififndef ZROTKERNELZROTKERNEL = zrot.Sendififndef XROTKERNELXROTKERNEL = zrot.Sendifinclude ../generic/Makefile
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?