Add Elbrus e2k architecture support

This commit is contained in:
Martin Kroeker 2022-01-22 18:55:10 +01:00 committed by GitHub
parent bc93f468ef
commit 898cf5faf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -617,6 +617,10 @@ $(KDIR)zgemm_beta$(TSUFFIX).$(SUFFIX) : $(KERNELDIR)/$(ZGEMM_BETA)
$(KDIR)xgemm_beta$(TSUFFIX).$(SUFFIX) : $(KERNELDIR)/$(XGEMM_BETA)
$(CC) $(CFLAGS) -c -DXDOUBLE -DCOMPLEX $< -o $@
ifeq ($(ARCH), E2K)
USE_TRMM = 1
endif
ifeq ($(BUILD_BFLOAT16), 1)