search for: paltform

Displaying 18 results from an estimated 18 matches for "paltform".

2011 Jan 19
1
How to build Theora decoder on VC++ paltform
On 17.01.2011 12:35, Raju wrote: > Dear friends > Recently i have downloaded Theora video codec from http://www.xiph.org/ > , > here its having both encoder and decoder , how can i build only > decoder on VC + windows platform , if i build now i will be getting " > Cannot open include file: 'ogg/ogg.h': No such file or directory " > pls send me solution for
2007 Mar 07
1
Fwd: [videoblogging] Re: Fwd: Opera proposed Theora for native video playback in browsers
...support from the majority of users who are on windows or os x. Having dabbled with Linux I presume that most Linux users are used to having to put in some extra effort to think about these things, and choose open formats. If only the same enthusiasm could be transferred over to people on other paltforms. There desnt seem to be much of a problem with playing back theora files on OSX or Windows, as VLC and some other apps can play it, and quicktime & directshow stuff are available to enable playback within those systems. There does seem to be a lack of nice easy well-known encoder applica...
2014 Nov 12
2
[RFC PATCH] virtio-mmio: support for multiple irqs
...your other patches doing > with a shared memory region and I didn't like them at all, sorry. > The approach with a shared memory region is dropped as you can see from the mailing list. The approach of this patch get a net performance improvement about 30%. This maybe makes sense to the paltform without MSI support(e.g ARM with GICv2). > I see the subject has been already touched in the discussions, but let > me bring PCI to the surface again. We're getting more server-class SOCs > in the market, which obviously bring PCI with them to both arm and arm64 > world, something...
2014 Nov 12
2
[RFC PATCH] virtio-mmio: support for multiple irqs
...your other patches doing > with a shared memory region and I didn't like them at all, sorry. > The approach with a shared memory region is dropped as you can see from the mailing list. The approach of this patch get a net performance improvement about 30%. This maybe makes sense to the paltform without MSI support(e.g ARM with GICv2). > I see the subject has been already touched in the discussions, but let > me bring PCI to the surface again. We're getting more server-class SOCs > in the market, which obviously bring PCI with them to both arm and arm64 > world, something...
2000 Jan 19
1
R for the Mac
Hello, usually work with S-plus and/or with R, which I do prefer, on a Window paltform. Now I downloaded R for the Mac (I run it on a G4 at home) but I found that many, too many functions are not available (svd, lm, glm and so on... but still the lapply is missing...!). I have ProFortran a C++ routine of my own but I can't pass them to that version of R. Is there anybody going to...
2006 Jul 25
0
Normalization problem
At first I would like to express the gratitude toward Oosting, J. and James MacDonal for their help solving the previous problem I posted on this forum. Now I have a new problem. I was trying to normalize set of microarray data on HGU133 paltform. I put all the HGU133A platform chips in one directory and all the other HGU133B chips on another directory. When I tried to normalized them using same script HGU133A data worked fine but got error for HGU133B platform data. The code is library(affy) Data <- ReadAffy() eset <- mas5(Data) C...
2005 Feb 08
1
Linux OS platforms
I have a question regarding to OS platform. As I see on Wiki -s homepage there are many type of linux version. And in some of them there are reported errors (regarding to asterisk ) for exemole in rad hat . Can you tell me what is the best linux paltform ,( version ), which is supported by digiroom card (T1 and TMD )and asterisk run on it stable ?. Which linux is prefereable ? for asterisk ? Hanks , Roby. --------------------------------- Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term' -------------- next part --...
2000 Mar 01
0
The domain logon problem!
Hello! I used SAMBA for more than 4 years (on many different paltforms). I have problem with domain logons. The problem is: 1. On my network is one logon server (SAMBA 2.0.6 RH61) 2. I have more that +350 PC and +3500 users 3. domain logons works (they are correctly setup - on the same configuration I work in different network - no problem) 4. Problem is in them t...
2004 Oct 09
2
R-2.0.0 and tcltk package
...el 2.4.20 The build version of R 2.0.0 (issuing version whithin R) has the following platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 2 minor 0.0 year 2004 month 10 day 04 language R However, the build version of 1.9.1. has the paltform as i386 platform i386-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major 1 minor 9.1 year 2004 month 06 day 21 language R Thank you for all the help, Jean,
2010 Jun 14
3
[Bug 1781] New: Document how to use Solaris 10 /dev/random
https://bugzilla.mindrot.org/show_bug.cgi?id=1781 Summary: Document how to use Solaris 10 /dev/random Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: unassigned-bugs at mindrot.org
2003 Dec 29
5
Does Asterisk support legacy Dialogic products?
Hi all, I just checked out that Asterisk which is a platform I am interested of. I would like to install it to the Linux box for a trial. I have some legacy Dialogic hardware on hand, don't know they will work with Asterisk or not. For analog loop start interface I have Dialogic D/41 E which is of ISA bus with four Telco interfaces. Will it work on Asterisk? Best regards, Patrick.
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
...;, a tooltip widget, a text widget with synthax colouring, a tree widget, etc. + some Windows specific stuff that help regarding problems like focusing on a Tk window, and communicating with other apps. However, I face the problem of installing all these additional widgets seemlessly under all paltforms supported by R. For the pure Tcl widgets, no problems. But for widgets with compiled code, like Tile or tkTable, this is much more difficult... And since I mainly work on Windows... 2) wxWidgets. This is a really great, very capable and platform-independent solution. I like very much James Wet...
2014 Nov 12
0
[RFC PATCH] virtio-mmio: support for multiple irqs
...d memory region and I didn't like them at all, sorry. > > > The approach with a shared memory region is dropped as you can see from the mailing list. Glad to hear that :-) > The approach of this patch get a net performance improvement about 30%. > This maybe makes sense to the paltform without MSI support(e.g ARM with GICv2). I appreciate the improvement. I'm just cautions when it comes to significant changes to the standard so late in the process. Pawel
2017 Jun 22
8
How to prevent optimizing away a call + its arguments
On Wed, Jun 21, 2017 at 05:25:04PM -0700, Mehdi AMINI via llvm-dev wrote: > Hi Kuba, > > Try: > > __attribute__(optnone) > > See > https://clang.llvm.org/docs/AttributeReference.html#optnone-clang-optnone Actually, it should be enough to use: __attribute__((noinline)) void please_do_not_optimize_me_away(int arg1, void *arg2) { asm
2014 Nov 13
1
[RFC PATCH] virtio-mmio: support for multiple irqs
...9;t like them at all, sorry. >>> >> The approach with a shared memory region is dropped as you can see from the mailing list. > > Glad to hear that :-) > >> The approach of this patch get a net performance improvement about 30%. >> This maybe makes sense to the paltform without MSI support(e.g ARM with GICv2). > > I appreciate the improvement. I'm just cautions when it comes to > significant changes to the standard so late in the process. > Sorry, I didn't notice it's at the final phase of the process. It's the first time in my life...
2014 Nov 13
1
[RFC PATCH] virtio-mmio: support for multiple irqs
...9;t like them at all, sorry. >>> >> The approach with a shared memory region is dropped as you can see from the mailing list. > > Glad to hear that :-) > >> The approach of this patch get a net performance improvement about 30%. >> This maybe makes sense to the paltform without MSI support(e.g ARM with GICv2). > > I appreciate the improvement. I'm just cautions when it comes to > significant changes to the standard so late in the process. > Sorry, I didn't notice it's at the final phase of the process. It's the first time in my life...
2014 Nov 04
6
[RFC PATCH] virtio-mmio: support for multiple irqs
As the current virtio-mmio only support single irq, so some advanced features such as vhost-net with irqfd are not supported. And the net performance is not the best without vhost-net and irqfd supporting. This patch support virtio-mmio to request multiple irqs like virtio-pci. With this patch and qemu assigning multiple irqs for virtio-mmio device, it's ok to use vhost-net with irqfd on
2014 Nov 04
6
[RFC PATCH] virtio-mmio: support for multiple irqs
As the current virtio-mmio only support single irq, so some advanced features such as vhost-net with irqfd are not supported. And the net performance is not the best without vhost-net and irqfd supporting. This patch support virtio-mmio to request multiple irqs like virtio-pci. With this patch and qemu assigning multiple irqs for virtio-mmio device, it's ok to use vhost-net with irqfd on