]> git.sesse.net Git - x264/commit
GSOC merge part 1: Framework for ARM assembly optimizations
authorDavid Conrad <lessen42@gmail.com>
Thu, 20 Aug 2009 00:03:02 +0000 (17:03 -0700)
committerFiona Glaser <fiona@x264.com>
Thu, 20 Aug 2009 20:12:15 +0000 (13:12 -0700)
commitfb62734c26f1a25f7009c9ec01849019ca454b4d
tree16e3c01c8de9a2ace096726f1bff51c280f558cb
parent8368e151c7b89c4a36cdc08b75ca490798d62c9d
GSOC merge part 1: Framework for ARM assembly optimizations
x264 will detect which ARM core it's building for and only build NEON asm if the target is ARMv6 or above, then enable NEON at runtime.
Makefile
common/cpu.c
common/osdep.h
configure
tools/checkasm.c
x264.h