similar to: Altivec optimized vorbis decoder

Displaying 20 results from an estimated 400 matches similar to: "Altivec optimized vorbis decoder"

2014 May 08
16
[Bug 78441] New: X does not start under kernel 3.13.x
https://bugs.freedesktop.org/show_bug.cgi?id=78441 Priority: medium Bug ID: 78441 Assignee: nouveau at lists.freedesktop.org Summary: X does not start under kernel 3.13.x QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: aebenjam at opentext.com
2009 May 09
0
[LLVMdev] llvm JIT to another target code?
Hi, I am using llvm on cell, there are two different cores on cell, one is PPU and the other is SPU. but the JIT'ed code is always for PPU. I am trying to emit code for SPU through JIT. but I face the following questions: 1. I've trace the JIT code, but I still cant find exactly where JIT allocate PPU as it's target. is it done at make time? 2. I am trying to add an option that
2009 Nov 18
1
[LLVMdev] Triple for PS3
Hi, I'm doing some preliminary work to get Clang to compile for PS3 targets. As an intermediate step in that direction, could someone do me the favor of reviewing and submitting the enclosed patch, or giving me feedback on it? Basically, I need to be able to differentiate the triple for a PS3 target. These are the triples currently used in the gcc-based compiler from the PS3 devkit:
2007 Aug 13
3
[LLVMdev] delete/creates modules
On Aug 13, 2007, at 9:11 PM, Chris Lattner wrote: > Nope, passes work within a module, they can't create/delete them. So there is no possibility to write a pass to arrange functions and globals in a different than the given way? No way to partition the structure new? I would really like to know how code is generated for heterogeneous architectures like Cell? I thought they use a
2009 Jul 27
4
Justvoip linux
I tried to install justvoip several times and I cannot install it. Can somebody tell me how to install it on ubuntu? Meybe next version of WINE will support it?
2017 Feb 15
1
Re: Error in libvirt-GUI
Thanks Martin. I can only use RHEL6 so upgrading libvirt Version is not a choice. RegardsAbhishek From: Martin Kletzander <mkletzan@redhat.com> To: abhishek jain <abhish_jain@yahoo.com> Cc: "libvirt-users@redhat.com" <libvirt-users@redhat.com> Sent: Wednesday, 15 February 2017 2:33 PM Subject: Re: [libvirt-users] Error in libvirt-GUI On Wed, Feb 15, 2017
2011 Dec 02
1
Re: App Right Fax with wine 1.3.20
SFrankel wrote: > > cristobal wrote: > > > > vitamin wrote: > > > > > > omerta wrote: > > > > Hello, intent run Right Fax with wine 1.3.20. > > > > > > No fax software will work on Wine. All of the RAS layer that is required for FAX programs is missing from Wine. Faxing (http://www.voipreview.org/faxing) Free Fax
2014 Dec 11
23
[Bug 87244] New: [NV94] X hangs, logs show kernel: nouveau E[ PFIFO][0000:01:00.0] still angry after 101 spins, halt followed by an X trace
https://bugs.freedesktop.org/show_bug.cgi?id=87244 Bug ID: 87244 Summary: [NV94] X hangs, logs show kernel: nouveau E[ PFIFO][0000:01:00.0] still angry after 101 spins, halt followed by an X trace Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: All Status: NEW
2004 Mar 18
0
samba ldap
What is the right model of storing data in ldap database for Samba? I want to migrate data from tdbsam flat file and also from /etc/passwd /etc/shadow /etc/group to ldap. migration of /etc/ flat files is made via padl's scripts, and tdbsam can be migrated using pdbedit tool. (both works nice to different trees of ldap). the purpose of this migration is to store all the data in one place to
2009 Mar 17
0
No subject
=20 Andrew Fenn wrote: > You don't need their program to use justvoip, voipdiscount, etc=2E You > can use any sip client to connect to Betamax servers=2E Try Twinkle=2E >=20 > On Mon, Jul 27, 2009 at 11:24 PM, miroa84<wineforum-user at winehq=2Eorg> wrote: >=20 > > I tried to install justvoip several times and I cannot install it=2E Can somebody tell me how to
2006 Feb 02
0
wine, one question
Hi, I'm forwarding your email to the Wine Users list: On Wed, 2006-02-01 at 13:22 +0100, Mirek Rozewicz wrote: > Hello > > I have one qestion about wine and dont really know if this bug becouse > some people tell me this is a bug and some im wrong install the wine > and > i dont know what to do whit that > > >
2017 Feb 15
0
Re: Error in libvirt-GUI
On Wed, Feb 15, 2017 at 05:19:38AM +0000, abhishek jain wrote: >Hi, >I am using libvirt --> 0.10.2  and virt-manager --> 0.9.0 version (RHEL 6). >Very rare I get following error message dialogue box. (Image is attached for the error dialogue box ) >Error saysError polling connection:'qemu+ssh......' Internal error client socket is closed >TraceBack (most recent
2017 Feb 11
0
Routing in tinc 1.1
Hi, can anybody tell me the differneces in routing inside of tinc in version 1.1. Is there some detection for slow tunnels, use other way then? Meybe there is some webpage, than I would be thankfull for the link. ALBI...
2006 Dec 20
0
W2003, domain and home dirs
Hi The introduction is a bit long, but the question is really short (last paragraph). Here I have samba 3.0.14a (debian/stable) acting as domain member server with home dirs for domain users which are located on the w2003 r2 serwer being domain controler. I have a few problems with this setup, but it is hard to track them. Meybe answer to the question below could help me a bit. Samba once
2007 Mar 08
3
low-memory vorbis decoding
Hi all, Does anyone have any experience porting libvorbis to platforms with small total memory sizes? Specifically, I'm trying to figure out if it's feasible to run Ogg Vorbis decoding on one of the PlayStation 3's SPU's -- secondary processors with only 256kb of local memory. It looks like out of the box the memory footprint of libvorbis is roughly: ~130k code ~60k static
2010 Jun 28
1
samba winbind is not showing full list
Thanks TMS, that is not a major problem as of now.. i dont know why but i m facing many problems/errors while using samba :). now the major problem is wbinfo -g is not showing the full list. only few domain groups it is showing . do u have any idea about this ??? .please help On Fri, Jun 25, 2010 at 6:44 PM, <tms3 at tms3.com> wrote: > > > > --- Original message --- >
2007 Jan 06
1
[LLVMdev] Custom load/store code: determining offset or alignment
Firstoff, let me say what a mind fsck the Cell SPU can be. It's really not that hard an architecture to get one's mind around, but I can see how it becomes a compiler writer's nightmare. And I'm attempting to write a SPU backend. And it's going slowly. Here's my problem: The SPU's registers are all 128-bit vector registers. That's their native mode. They can be
2010 Jan 15
0
Logs problem of queue_log-mysql
Hello! I'm trying to registers events of queues in /var/log/asterisk/queue_log and Mysql database .I have configured realtime queue_log on MySQL and works well, but /var/log/asterisk/queue_log file is empty, since you're not registering events of queues. Removing extconfig.conf configurations (queue_log => mysql,general), /var/log/asterisk/queue_log works well, events logs on
2009 Nov 10
0
[LLVMdev] Altivec vs the type legalizer
Hi Dale, > PPC Altivec supports vector type v16i8 (and others) where the element > type is not legal (in llvm's implementation). When we have a > BUILD_VECTOR of these types with constant elements, LegalizeTypes first > promotes the element types to i32, then builds a constant pool entry of > type v16i32. are you sure? I would expect it to build v4i32. Ciao, Duncan.
2009 Nov 10
1
[LLVMdev] Altivec vs the type legalizer
On Nov 9, 2009, at 6:33 PM, Duncan Sands wrote: > Hi Dale, > >> PPC Altivec supports vector type v16i8 (and others) where the >> element type is not legal (in llvm's implementation). When we have >> a BUILD_VECTOR of these types with constant elements, LegalizeTypes >> first promotes the element types to i32, then builds a constant >> pool entry of