From 7ce6892373c812e9fff7af2f8107e6ee3d0567b0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 10 Mar 2008 18:42:09 +0000 Subject: misc spelling fixes Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/mem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavutil/mem.c') diff --git a/libavutil/mem.c b/libavutil/mem.c index 2444759681..436f846458 100644 --- a/libavutil/mem.c +++ b/libavutil/mem.c @@ -69,10 +69,10 @@ void *av_malloc(unsigned int size) But I don't want to code such logic here! */ /* Why 16? - because some cpus need alignment, for example SSE2 on P4, & most RISC cpus + Because some CPUs need alignment, for example SSE2 on P4, & most RISC CPUs it will just trigger an exception and the unaligned load will be done in the exception handler or it will just segfault (SSE2 on P4) - Why not larger? because i didnt see a difference in benchmarks ... + Why not larger? because i did not see a difference in benchmarks ... */ /* benchmarks with p3 memalign(64)+1 3071,3051,3032 -- cgit v1.2.3