<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>在macos上使用Arm Neon intrinsic进行交叉编译，cmake应该怎么配置呢？</title><link>https://community.arm.com/cn/f/discussions/47643/macos-arm-neon-intrinsic-cmake</link><description> 我是完全的新手，被mentor要求用neon来做移动端的计算优化。 我想先学习下neon的使用，首先通过brew安装了gcc-arm-embedded，在Clion里配置好了toolchain为gcc-arm-none-eabi-9-2020-q2-update的g++和gcc，在网上查了下交叉编译需要指定cmake_toolchain_file，于是跑到github上拷了这份： arm-gcc-toolchain ，终于能通过Cmake。可是Build的时候提示缺少_read这一类函数，因此我想到可能是因为这个g</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator></channel></rss>