[libav-commits] checkasm: arm: Don't start new const blocks for each string

2016-07-17 Thread Martin Storsjö
Module: libav Branch: master Commit: 446353ea1844410d8c19d2eb494592abb55a7b13 Author:Martin Storsjö Committer: Martin Storsjö Date: Sat Jul 16 22:31:02 2016 +0300 checkasm: arm: Don't start new const blocks for each string Each const block needs to be terminated by one endconst invoca

[libav-commits] cheackasm/arm: remove NEON instructions from checkasm_checked_call_vfp

2016-07-17 Thread Janne Grunau
Module: libav Branch: master Commit: 59aeed93e4e928b884be72b8c267ff6b2785ab66 Author:Janne Grunau Committer: Janne Grunau Date: Sun Jul 17 10:43:10 2016 +0200 cheackasm/arm: remove NEON instructions from checkasm_checked_call_vfp Fixes AS error on non NEON builds introduced in 71a0472

[libav-commits] checkasm: arm: Ignore changes to bits 0-4 and 7 of FPSCR

2016-07-17 Thread Martin Storsjö
Module: libav Branch: master Commit: 37961044c6cc633c28d87293775d8e985d156921 Author:Martin Storsjö Committer: Martin Storsjö Date: Sun Jul 17 13:31:06 2016 +0300 checkasm: arm: Ignore changes to bits 0-4 and 7 of FPSCR These bits are set by exceptions in NEON instructions. Also prin