search for: ptal

Displaying 20 results from an estimated 26 matches for "ptal".

Did you mean: pal
2018 Mar 08
2
[PATCH] Move demixing matrix defines
Hello Jean-Marc et all, I've attached an updated patch which I feel addresses all 3 cases. PTAL, Thanks! Cheers, Drew On Wed, Mar 7, 2018 at 8:39 PM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > Make sure the modified libraries work in all of these three cases: > 1) libopus 1.2.1 > 2) libopus master (or 1.3-beta) with --enable-ambisonics > 3) libopus master (or 1.3-bet...
2016 Oct 18
2
[SCEV] inconsistent operand ordering
Thanks for the helpful reply! I see that we are trying to keep ScalarEvolution stable around instruction ordering. My suggestion would be to not restrict the fix by only recursing on the first operand. By "dominator logic" I meant that if all other 'cheap' checks fail, we should decide by walking the dominator tree to see which instruction's basic block is encountered
2017 Apr 10
2
[Patch] Non-diegetic support for channel mapping 254
Hi Jean-Marc et all, Thanks for the quick feedback, responses to your questions are below: I've attached a revised patch. PTAL, thanks! On Fri, Apr 7, 2017 at 1:22 PM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: Hi Drew, Thakns for the patch. Here's some comments for now (not done reviewing): 1) You want to use isqrt32() rather than celt_sqrt(), since celt_sqrt() changes behaviour for fixed-point and provid...
2015 Apr 29
2
[LLVMdev] AArch64 bot unstable
...named directory for the test Actually %T is just the base directory where all the compiler-rt/profile tests are run, not unique per .c test. I fixed the tests by creating a "%t.d" directory and cd'ing into it and generating all output locally in that directory. Patch uploaded here, PTAL: http://reviews.llvm.org/D9349 Thanks, Teresa > >> >> Teresa >> >> On Wed, Apr 29, 2015 at 9:47 AM, Eric Christopher <echristo at gmail.com> >> wrote: >> > >> > >> > On Wed, Apr 29, 2015 at 9:36 AM Justin Bogner <mail at justinb...
2023 Aug 05
11
[Bug 3599] New: How to scan for keys when sshd server has fips enabled?
https://bugzilla.mindrot.org/show_bug.cgi?id=3599 Bug ID: 3599 Summary: How to scan for keys when sshd server has fips enabled? Product: Portable OpenSSH Version: 9.3p2 Hardware: All OS: Linux Status: NEW Severity: critical Priority: P5 Component: ssh-keyscan
2015 Apr 29
3
[LLVMdev] AArch64 bot unstable
...e doing. The former (include-virtual-from-real.c) is doing some additional shell-like operations such as sed and echo, which I am not doing. Is there a list of operations safe to do without adding the "REQUIRES: shell"? Thanks, Teresa > >> >> >> Patch uploaded here, PTAL: >> http://reviews.llvm.org/D9349 >> >> Thanks, >> Teresa >> >> > >> >> >> >> Teresa >> >> >> >> On Wed, Apr 29, 2015 at 9:47 AM, Eric Christopher <echristo at gmail.com> >> >> wrote: >> &...
2016 Oct 31
0
[SCEV] inconsistent operand ordering
.../18/16, 1:25 PM, Chawla, Pankaj wrote: > I see that we are trying to keep ScalarEvolution stable around > instruction ordering. My suggestion would be to not restrict the fix > by only recursing on the first operand. I think I've addressed this in https://reviews.llvm.org/rL285535, PTAL. -- Sanjoy
2007 Jan 31
0
CentOS: scanning
...hpoj /etc/rc.d/rc5.d: @S54hpoj @S55cups /proc/bus/usb/devices: T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=03f0 ProdID=3611 Rev= 1.00 S: Manufacturer=hp S: Product=psc 2400 series $ ptal-connect: mlc:usb:psc_2400_series $ scanimage -test scanimage: no SANE devices found Since I'm a user, not a hacker, I don't know what else to do. Any constructive help will be appreciated. -- Regards, gilson (in sunny, balmy Florida's Suncoast) [an AMD Duron computer running...
2017 Oct 16
1
Antw: Re: [PATCH] Support for Channel Mapping 253.
>>> Drew Allen <bitllama at google.com> schrieb am 10.10.2017 um 20:29 in Nachricht <CABQ9DctQ0+gBgUif7BBJpjjKR7_V_H5OC1JM47w50oaaLXL4Tg at mail.gmail.com>: > Hi Jean-Marc, > > Thanks for the feedback. Attached are my comments and an updated patch. > > 1) I see that it's adding an #include of stdarg.h to opus_multistream.h > Is that left over from the
2018 Mar 12
0
[PATCH] Move demixing matrix defines
...something like that) in opus.h? I still haven't looked at your libopusenc changes, that's my next step. Cheers, Jean-Marc On 03/08/2018 06:43 PM, Drew Allen wrote: > Hello Jean-Marc et all, > > I've attached an updated patch which I feel addresses all 3 cases. > > PTAL, Thanks! > > Cheers, > Drew > > On Wed, Mar 7, 2018 at 8:39 PM Jean-Marc Valin <jmvalin at jmvalin.ca > <mailto:jmvalin at jmvalin.ca>> wrote: > > Make sure the modified libraries work in all of these three cases: > 1) libopus 1.2.1 > 2) libo...
2018 Mar 07
2
[PATCH] Move demixing matrix defines
Move demixing matrix defines to opus_define to better determine availability of Projection API. Allows libopusenc, opusfile and opus-tools to much more easily determine availability of Projection API. Cheers, Drew -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20180307/110f7aaf/attachment.html>
2017 Apr 24
0
[Patch] Non-diegetic support for channel mapping 254
..." so that it includes all the information, including commit message and author. Cheers, Jean-Marc On 10/04/17 12:41 PM, Drew Allen wrote: > Hi Jean-Marc et all, > > Thanks for the quick feedback, responses to your questions are below: > > I've attached a revised patch. PTAL, thanks! > > On Fri, Apr 7, 2017 at 1:22 PM Jean-Marc Valin <jmvalin at jmvalin.ca > <mailto:jmvalin at jmvalin.ca>> wrote: > > Hi Drew, > > Thakns for the patch. Here's some comments for now (not done reviewing): > > 1) You want to use isq...
2016 Apr 14
4
[ThinLTO] RFC: ThinLTO distributed backend interface
...ow is a proposal for refining the way we communicate between the ThinLTO link step (the combined indexing step) and the backend processes that do the actual importing and other summary-based optimizations in a distributed backend process. Mehdi, let me know if this addresses your concerns. Peter, PTAL from the standpoint of any summary extensions needed for CFI and make sure they can fit into this model. Thanks, Teresa Background ---------------- Recent patch D18945/r266125 ([ThinLTO] Only compute imports for current module in FunctionImport pass) triggered a discussion (mostly over IRC) on...
2012 Apr 09
0
[LLVMdev] Implementing minimal debug info (-g1?) for Clang
On Apr 5, 2012, at 10:24 AM, Alexey Samsonov <samsonov at google.com> wrote: > Hi! > > Currently Clang "-g" flag emits full debug info, which is fine for debugging, but increases the binary size significantly. > It may be useful to produce less debug info, that is still enough for collecting nice stack traces with file names and line numbers, > but would introduce
2020 Mar 27
3
[PATCH v2 3/5] Kbuild: use "libc.a" with clang
Clang doesn't have a suitable replacement for libgcc readily available. Supply one that we know exists. Use "-fno-builtin-bcmp" to prevent clang from calling a function that doesn't exist. Signed-off-by: Bill Wendling <morbo at google.com> --- scripts/Kbuild.klibc | 2 ++ usr/klibc/arch/x86_64/MCONFIG | 2 ++ 2 files changed, 4 insertions(+) diff --git
2017 Apr 07
2
[Patch] Non-diegetic support for channel mapping 254
Hello all, Attached is a proposed patch for Opus that allows support for encoding non-diegetic stereo audio as a coupled stream for use with channel mapping 254. It also rejects channel counts that are not (n+1)^2 + 2j, where n is 0 to 14 and j is either 0 or 1 (See IETF public draft doc attached for clarification). Please let me know any suggestions / concerns / comments. Thank you for your
2015 Jun 04
5
[LLVMdev] Removing AvailableExternal values in GlobalDCE (was Re: RFC: ThinLTO Impementation Plan)
On Thu, Jun 4, 2015 at 3:58 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > > Personally, I think the right approach is to add a bool to > createGlobalDCEPass defaulting to true named something like > IsAfterInlining. In most standard pass pipelines, GlobalDCE runs after > inlining for obvious reasons, so the default makes sense. The special case > is
2017 Apr 25
2
[Patch] Non-diegetic support for channel mapping 254
...ge and author. > > Done. > Cheers, > > Jean-Marc > > On 10/04/17 12:41 PM, Drew Allen wrote: > > Hi Jean-Marc et all, > > > > Thanks for the quick feedback, responses to your questions are below: > > > > I've attached a revised patch. PTAL, thanks! > > > > On Fri, Apr 7, 2017 at 1:22 PM Jean-Marc Valin <jmvalin at jmvalin.ca > > <mailto:jmvalin at jmvalin.ca>> wrote: > > > > Hi Drew, > > > > Thakns for the patch. Here's some comments for now (not done > reviewing):...
2015 Apr 29
2
[LLVMdev] AArch64 bot unstable
Ok, thanks for the suggestion. I will rework the tests to do that. Teresa On Wed, Apr 29, 2015 at 9:47 AM, Eric Christopher <echristo at gmail.com> wrote: > > > On Wed, Apr 29, 2015 at 9:36 AM Justin Bogner <mail at justinbogner.com> wrote: >> >> Teresa Johnson <tejohnson at google.com> writes: >> > On Wed, Apr 29, 2015 at 6:27 AM, Renato Golin
2012 Apr 05
3
[LLVMdev] Implementing minimal debug info (-g1?) for Clang
Hi! Currently Clang "-g" flag emits full debug info, which is fine for debugging, but increases the binary size significantly. It may be useful to produce less debug info, that is still enough for collecting nice stack traces with file names and line numbers, but would introduce less overhead. Cary Coutant made a patch which does this for GCC (it didn't hit trunk yet) - reduces