为了要支持64位,请把这个文件直接替换到对应的lib目录下,本来是需要改neton_matrix_impl.c里的宏定义,@H_404_2@
@H_404_2@
在 platform/ios/EAGLVIEW.mm中@H_404_2@
在neon_matrix_impl.c中修改@H_404_2@#if defined(__ARM_NEON__)@H_404_2@
为#if defined(_ARM_ARCH_7)@H_404_2@
还有 @H_404_2@third_party@H_404_2@目录下的curl的支持。@H_404_2@
所以我整理了一下,把他整体打包成为一个zip文件,方便有需要的直接下载替换即可。@H_404_2@
请免费下载
http://download.csdn.net/detail/pbymw8iwm/9004995@H_404_2@
@H_404_2@
在没有替换之前,你可能会遇到这样的报错:@H_404_2@
"cast from pointer to smaller type 'int' loses information" (int) 转变为 *(int*) 在platform/ios/EAGLVIEW.mm中@H_404_2@