Cleaning the build folder did the trick. Hadn't even thought of it. Prior
builds had an exploratory C version. Appreciate it.
On July 9, 2018 4:49 PM, James Almer wrote:
> On 7/9/2018 1:29 AM, Book Moons wrote:
>
> > Hello,
> >
> > I have a Power optimized fu
(Those *_altivec files in libswscale are C code with intrinsics)
‐‐‐ Original Message ‐‐‐
On July 9, 2018 12:29 AM, Book Moons wrote:
> Hello,
>
> I have a Power optimized function in asm for an upcoming patch. Having some
> trouble figuring out how to wire it up to t
Hello,
I have a Power optimized function in asm for an upcoming patch. Having some
trouble figuring out how to wire it up to the makefiles / build system. Are
there any docs on how to do that?
The only other example of Power asm seems to be libavcodec/ppc/fft_altivec.S.
That's simply appended