]> git.sesse.net Git - vlc/commit
Alias vlc_memset() to memset()
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 10 May 2011 15:10:27 +0000 (18:10 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 10 May 2011 15:10:27 +0000 (18:10 +0300)
commit6a45dac72f9ba86bfeea29be255bfdee7f74fb6e
tree8664cdc27e65fb71162f34cd0f8cabb1c5c08916
parenta90229de8b47f3cf514b4b948c0304c6f54edaf0
Alias vlc_memset() to memset()

This saves two function calls per memset() since there are no optimized
implementations of memset() at all.
include/vlc_common.h
include/vlc_cpu.h
modules/3dnow/memcpy.c
modules/altivec/memcpy.c
modules/mmx/memcpy.c
modules/mmxext/memcpy.c
src/libvlccore.sym
src/misc/cpu.c