Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9cec71a

Browse files
committed
Add crc32 opts for arm64
1 parent 4352d80 commit 9cec71a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libskia/libskia.gyp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,6 +1697,16 @@
16971697
['include', 'opts/.+_(arm|neon|NEON).*'],
16981698
],
16991699
},
1700+
],
1701+
[
1702+
'target_arch in ("arm64", "armv7 arm64")',
1703+
{
1704+
'sources/':
1705+
[
1706+
# Enable crc32 optimisations
1707+
['include', 'opts/.+_crc32.*'],
1708+
],
1709+
},
17001710
],
17011711
[
17021712
'OS == "win"',

0 commit comments

Comments
 (0)