Optimize cdot function for POWER10
[platform/upstream/openblas.git] / Makefile.riscv64
1 ifeq ($(CORE), C910V)
2 CCOMMON_OPT += -march=rv64gcvxthead -mabi=lp64v
3 FCOMMON_OPT += -march=rv64gcvxthead -mabi=lp64v -static
4 endif