]> git.sesse.net Git - x264/commit
checkasm: arm: Check register clobbering
authorMartin Storsjö <martin@martin.st>
Fri, 28 Aug 2015 06:40:24 +0000 (09:40 +0300)
committerHenrik Gramner <henrik@gramner.com>
Sun, 11 Oct 2015 16:44:54 +0000 (18:44 +0200)
commit35d32d09e163bb0f2ce60a8e13f9f22125445346
tree768e0706467e7a74827144a7cac6477cee22d5af
parent9cbdb635a4bd78e6767e735a062c0d9a5766b849
checkasm: arm: Check register clobbering

Cast the function pointer to a different type signature, to
be able to use uint64_t as return type (instead of intptr_t) for
those calls that require it.

Use two separate functions, depending on whether neon is available.
Makefile
tools/checkasm-arm.S [new file with mode: 0644]
tools/checkasm.c