aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/filelist.json b/filelist.json
index ca8b18c0a5..a84db7188d 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1904,7 +1904,11 @@
"src/cpu/operators/CpuMul.cpp",
"src/cpu/kernels/CpuMulKernel.cpp",
"src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp"
- ]
+ ],
+ "neon":{
+ "fp16":["src/cpu/kernels/mul/generic/neon/fp16.cpp"],
+ "fp32":["src/cpu/kernels/mul/generic/neon/fp32.cpp"]
+ }
}
},
"Normalize": {