Re: [FFmpeg-devel] [PATCH 1/7] Replaced inline asm for prefetching with prefetch macros

2015-03-27 Thread Michael Niedermayer
On Fri, Mar 27, 2015 at 04:51:42PM -0400, Tucker DiNapoli wrote: > From: Tucker DiNapoli > > This series of patches makes some changes to libpostproc in preperation for > adding > sse2 and avx2 simd versions of some functions. None of the changes should > effect > the library in any major way,

[FFmpeg-devel] [PATCH 1/7] Replaced inline asm for prefetching with prefetch macros

2015-03-27 Thread Tucker DiNapoli
From: Tucker DiNapoli This series of patches makes some changes to libpostproc in preperation for adding sse2 and avx2 simd versions of some functions. None of the changes should effect the library in any major way, but they are necessary for future changes. I've tested all the patches on my mac