未验证 提交 2957d342 编写于 作者: T Ting Yan 提交者: GitHub

Use HIFI4_COPTS for Fusion F1 targets (#939)

上级 85de6193
......@@ -118,11 +118,6 @@ cc_library(
],
)
FUSION_F1_COPS = [
"-DXTENSA=1",
"-DHIFI4=1",
]
HIFI4_COPTS = [
"-DXTENSA=1",
"-DHIFI4_INTERNAL=1",
......@@ -258,7 +253,7 @@ tflm_kernel_cc_library(
xtensa_hifi_5_config(): glob(["xtensa/**/*.cc"]),
},
copts = micro_copts() + select({
xtensa_fusion_f1_config(): FUSION_F1_COPS,
xtensa_fusion_f1_config(): HIFI4_COPTS,
xtensa_hifi_3z_config(): HIFI4_COPTS,
xtensa_hifi_5_config(): HIFI5_COPTS,
"//conditions:default": [],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册