aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/filelist.json b/filelist.json
index 3bdc00aeef..81b28f7f4b 100644
--- a/filelist.json
+++ b/filelist.json
@@ -969,8 +969,12 @@
"common": [
"src/cpu/operators/CpuCast.cpp",
"src/cpu/kernels/CpuCastKernel.cpp",
- "src/runtime/NEON/functions/NECast.cpp"
- ]
+ "src/runtime/NEON/functions/NECast.cpp",
+ "src/cpu/kernels/cast/generic/neon/bfloat16.cpp"
+ ],
+ "neon":{
+ "fp16":["src/cpu/kernels/cast/generic/neon/fp16.cpp"]
+ }
}
},
"ChannelShuffle": {