Displaying 9 results from an estimated 9 matches for "002905".
2015 Mar 04
2
Patch cleaning up Opus x86 intrinsics configury
...athan,
>
> I am unable to apply your patch cleanly on tip.
>
> Timothy/opus-dev,
>
> This patch has some conflicts with my ARM patch that does fft optimizations
> http://lists.xiph.org/pipermail/opus/2015-March/002904.html
> http://lists.xiph.org/pipermail/opus/2015-March/002905.html
>
> One of us probably has to rebase depending on which patch goes into opus first.
>
> Regards,
> Vish
>
>
> On 1 March 2015 at 20:47, Jonathan Lennox <jonathan at vidyo.com> wrote:
>> The attached patch cleans up Opus's x86 intrinsics configury.
&g...
2015 Mar 04
2
Patch cleaning up Opus x86 intrinsics configury
...Jonathan,
>
> I am unable to apply your patch cleanly on tip.
>
> Timothy/opus-dev,
>
> This patch has some conflicts with my ARM patch that does fft optimizations
> http://lists.xiph.org/pipermail/opus/2015-March/002904.html
> http://lists.xiph.org/pipermail/opus/2015-March/002905.html
>
> One of us probably has to rebase depending on which patch goes into opus first.
>
> Regards,
> Vish
>
>
> On 1 March 2015 at 20:47, Jonathan Lennox <jonathan at vidyo.com<mailto:jonathan at vidyo.com>> wrote:
>> The attached patch cleans up Opus...
2015 Mar 07
1
Patch cleaning up Opus x86 intrinsics configury
...t; Timothy/opus-dev,
> >> >
> >> > This patch has some conflicts with my ARM patch that does fft
> >> > optimizations
> >> > http://lists.xiph.org/pipermail/opus/2015-March/002904.html
> >> > http://lists.xiph.org/pipermail/opus/2015-March/002905.html
> >> >
> >> > One of us probably has to rebase depending on which patch goes into opus
> >> > first.
> >> >
> >> > Regards,
> >> > Vish
> >> >
> >> >
> >> > On 1 March 2015 at 20:47, Jon...
2015 Mar 03
0
Patch cleaning up Opus x86 intrinsics configury
Hello Jonathan,
I am unable to apply your patch cleanly on tip.
Timothy/opus-dev,
This patch has some conflicts with my ARM patch that does fft optimizations
http://lists.xiph.org/pipermail/opus/2015-March/002904.html
http://lists.xiph.org/pipermail/opus/2015-March/002905.html
One of us probably has to rebase depending on which patch goes into opus first.
Regards,
Vish
On 1 March 2015 at 20:47, Jonathan Lennox <jonathan at vidyo.com> wrote:
> The attached patch cleans up Opus's x86 intrinsics configury.
>
> It:
> * Makes ?enable-intrinsics...
2015 Mar 04
0
Patch cleaning up Opus x86 intrinsics configury
...apply your patch cleanly on tip.
> >
> > Timothy/opus-dev,
> >
> > This patch has some conflicts with my ARM patch that does fft
> optimizations
> > http://lists.xiph.org/pipermail/opus/2015-March/002904.html
> > http://lists.xiph.org/pipermail/opus/2015-March/002905.html
> >
> > One of us probably has to rebase depending on which patch goes into opus
> first.
> >
> > Regards,
> > Vish
> >
> >
> > On 1 March 2015 at 20:47, Jonathan Lennox <jonathan at vidyo.com> wrote:
> >> The attached patch cle...
2015 Mar 04
0
Patch cleaning up Opus x86 intrinsics configury
...>> >
>> > Timothy/opus-dev,
>> >
>> > This patch has some conflicts with my ARM patch that does fft
>> > optimizations
>> > http://lists.xiph.org/pipermail/opus/2015-March/002904.html
>> > http://lists.xiph.org/pipermail/opus/2015-March/002905.html
>> >
>> > One of us probably has to rebase depending on which patch goes into opus
>> > first.
>> >
>> > Regards,
>> > Vish
>> >
>> >
>> > On 1 March 2015 at 20:47, Jonathan Lennox <jonathan at vidyo.com> wr...
2015 Mar 02
13
Patch cleaning up Opus x86 intrinsics configury
The attached patch cleans up Opus's x86 intrinsics configury.
It:
* Makes ?enable-intrinsics work with clang and other non-GCC compilers
* Enables RTCD for the floating-point-mode SSE code in Celt.
* Disables use of RTCD in cases where the compiler targets an instruction set by default.
* Enables the SSE4.1 Silk optimizations that apply to the common parts of Silk when Opus is built in
2015 Mar 18
5
[RFC PATCH v1 0/4] Enable aarch64 intrinsics/Ne10
...v7(float): Optimize decode usecase using NE10 library
- Changes from RFCv1 [2]: Same compile issue propagated
so fixed it here as well
Intrinsics/RTCD related fixes. Mostly x86.
- Changes from RFCv2 [3]: While space removal celt/x86/x86cpu.h
[1]: http://lists.xiph.org/pipermail/opus/2015-March/002905.html
[2]: http://lists.xiph.org/pipermail/opus/2015-March/002919.html
[3]: http://lists.xiph.org/pipermail/opus/2015-March/002928.html
Jonathan Lennox (1):
Intrinsics/RTCD related fixes. Mostly x86.
Viswanath Puttagunta (3):
armv7(float): Optimize encode usecase using NE10 library
armv7(fl...
2015 Mar 12
1
[RFC PATCHv2] Intrinsics/RTCD related fixes. Mostly x86.
From: Jonathan Lennox <jonathan at vidyo.com>
* Makes ?enable-intrinsics work with clang and other non-GCC compilers
* Enables RTCD for the floating-point-mode SSE code in Celt.
* Disables use of RTCD in cases where the compiler targets an instruction set by default.
* Enables the SSE4.1 Silk optimizations that apply to the common parts of Silk when Opus is built in floating-point mode, not