提交 9dc8de12 编写于 作者: C Chinmay Garde 提交者: GitHub

Skia: Add crc32 sources when `SK_CPU_ARM64` is defined. (#2997)

上级 5fa98fc6
......@@ -519,8 +519,9 @@ source_set("skia_opts") {
sources = gypi_skia_opts.none_sources
}
} else if (current_cpu == "arm64") {
# TODO(1841): NEON sources are not currently used on arm64.
sources = gypi_skia_opts.armv7_sources + gypi_skia_opts.neon_sources
sources = gypi_skia_opts.armv7_sources
+ gypi_skia_opts.neon_sources
+ gypi_skia_opts.crc32_sources
} else if (current_cpu == "mipsel") {
cflags += [ "-fomit-frame-pointer" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册