摘要: OverviewWe can get SegFault by several reasons:aligned access to unaligned memory(usally see in ARM NEON)cross-border accessint temp[2] = {0};temp[2] ... 阅读全文
posted @ 2014-09-05 16:44 xjs_xjtu 阅读(664) 评论(0) 推荐(0)