Displaying 20 results from an estimated 1000 matches similar to: "speex user list?"
2005 Sep 13
4
Remove vector elements from another vector
Hello,
I have two vectors of different lengths. Fx a <- 1:9; b <- c(4, 5).
What is the best way to remove the elements in vector b from vector a so
that the result would be a vector with elements c(1,2,3,6,7,8,9)?
Best regards,
Kalle
_________________________________________________________________
Find masser af gode tilbud p?? MSN Shopping http://shopping.msn.dk/
2004 Jul 16
3
Email eller vedhæftet fil blokeret
Email eller vedhæftet fil afsendt fra din adresse (eller med din adresse som afsender) er blevet afvist fra Allerød Kommune.
Spam og virus bliver typisk sendt under dække af andre afsendere og den blokerede email behøver derfor ikke oprinde direkte fra dig. (Husk dog altid at have et opdateret antivirusprogram på din computer.)
Du kan evt. scanne din computer med det gratis' værktøj
2004 Dec 24
2
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
This is one of the reasons I'm getting rid of the "platform" link. I'm
not sure what platform you're working on, but on Cygwin it causes
problems. Cygwin doesn't like .. through a soft link and generates
incorrect file names. I imagine this is what is happening to the
dependencies. In any event, the "platform" link will be gone before the
new year.
Sorry for
2004 Dec 24
0
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
And I had just fixed VC++ so that it *did* handle the dependencies with
platform correctly... This means that each file in System you change to
eliminate the #include from platform will require a corresponding change
to System.vproj. I'd appreciate it if you got it over with all at once,
otherwise VC++ support will be broken more often than not.
Reid Spencer wrote:
>This is one of
2009 Jul 31
1
Wine and Talisman Online in Ubuntu 9.04
Hello, I have Ubuntu and Vista in my laptop... I'm trying to use Vista the least bit possible, but I have a game there that I haven't been able to use with Wine...
Talisman Online's steps for playing are usually these:
1. Create an account and download client.
2. Install client and open it.
3. Click Enter so client can check if there's a new patch.
4. Then click 'Enter
1996 Feb 04
0
No subject
>From owner-freebsd-announce Fri Feb 2 09:08:30 1996
Received: (from root@localhost)
by freefall.freebsd.org (8.7.3/8.7.3) id JAA01852
for owner-freebsd-announce@FreeBSD.ORG; Fri, 2 Feb 1996 09:08:28 -0800 (PST)
Date: Fri, 2 Feb 1996 09:08:28 -0800 (PST)
Message-Id: <199602021708.JAA01852@freefall.freebsd.org>
To: owner-freebsd-announce@FreeBSD.ORG
From:
2004 Aug 06
0
SmartPhone ARM
I don't think a compiler is going to be enough.
I tried perl scripting the output of a linux gcc cross-compiler to convert
into something the assembler under eVC would consume.
It errors on all the MAC type of instructions. I looked at www.arm.com (I
never knew there could be so many arms)
It does not look like the ARM720 has the MAC instructions. It also lists
75Mhz and 100Mhz as possible
2011 Oct 04
1
[LLVMdev] collect end line number for scope
Hi,
My problem definition is to collect "end line" for each scope (i.e. start and end line for a scope). I need to dump this information while emitting target code for an architecture. Though I understand that scoping details are not modeled in LLVM. Reference: http://llvm.org/docs/SourceLevelDebugging.html#format_common_lifetime
There are 2 classes I am referring, viz, DIScope and
2011 Oct 04
0
[LLVMdev] collect end line number for scope
Hi,
He is referring to current SVN head.
Regards,
Alex
On Tue, Oct 4, 2011 at 12:08 PM, Pankaj Gode <godepankaj at yahoo.com> wrote:
> What do you mean by "current top of tree"?
>
> Pankaj
> From: Eric Christopher <echristo at apple.com>
> To: Pankaj Gode <godepankaj at yahoo.com>
> Cc: "llvmdev at cs.uiuc.edu" <llvmdev at
2008 Apr 05
1
Need help with Talisman Online
Hello users!
Sorry, my english is not good
If i start talisman comes a small client window at startup who connect to the server. this is ok, but if i press the Enter Game button come from wine a error messagebox "Startup engine [Ui] failed". So, i know this game run with wine and opensuse 10.3. I have a nvidia 7600 gt vga adapter and the newest driver from nvidia. All 3d test with
2008 Jun 29
0
Re: Need help with Talisman Online
I hope 'necroing' old-ish threads is ok on this forum...
I use Ubuntu 8.04 and am running the latest Wine binaries (added the repo as per instructions on Wine page, i'm running 1.1.0).
I'm trying to run Talisman Online, but getting the same error as littleMaster ("Startup engine [Ui] failed").
If i run in a terminal i see these errors when i click the "Enter
2011 Oct 04
2
[LLVMdev] collect end line number for scope
What do you mean by "current top of tree"?
Pankaj
________________________________
From: Eric Christopher <echristo at apple.com>
To: Pankaj Gode <godepankaj at yahoo.com>
Cc: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu>
Sent: Monday, October 3, 2011 10:32 PM
Subject: Re: [LLVMdev] collect end line number for scope
On Oct 3, 2011, at 4:36 AM,
2011 Oct 05
0
[LLVMdev] collect end line number for scope
Pankaj,
If you want to decorate MachineInstrs then for the end of scope you're not looking at "}" but instead you're looking at _last_ machine instruction in that scope. Now, if you want to find out start and end MachineInstrs for a lexical scope (and corresponding line numbers) then see CodeGen/LexicalScopes pass. It collects lexical scope information and maps MIs to respective
2004 Aug 06
4
SmartPhone ARM
Hello Greg
If money isn't a problem Intel has an optimized compiler for eVC and XScale
processors
http://www.intel.com/software/products/compilers/techtopics/PCA_Optimization_WP.pdf
If you have any luck getting the eVC compiler closer to realtime I'd really
like to know. I'm still far from realtime when using Speex 1.1.3 on a HP
iPAQ (Intel pxa255).
Best regards
Bjoern D.
2013 Apr 29
1
[LLVMdev] LowerDbgDeclare results in redeclaration of local variable
Hi Eric,
Thanks for patch information. I have checked the patch with my code and I see that it works.
But when I extract the variable and check the metadata information to retrieve the scope information,
I do not get exact scope, after optimization.
As you said that this is a work in progress, so can we expect full version on this in llvm3.3 release ?
Regards,
Pankaj
2004 Dec 24
0
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
Hi Reid,
Looking closer at the build process, I find that Path.cpp doesn't get
compiled, even if it is a newer version than its *.o file. That's probaly
the reason the error still exists.
I've zipped and attached the trace after the point the new Path.cpp was
updated by cvs. It clearly shows that it newer gets compiled and now shows
that it is the dependencies in the makefile
2011 Oct 05
2
[LLVMdev] collect end line number for scope
Hi,
The link and the information shared was helpful.
I will make my problem definition more clear.
While I am "asm printing" target code, I also want to emit scope related information.
Scope related information includes,
- for each scope, start line, end line, start column, end column
and
- scope heirarchy.
As scope is delimited by "{" and "}" (for an input
2008 Jul 18
0
Installation of garchOxFit
Hi,
My question is how I load the package garchOxFit. I load the fGarch function that works quite well, but I can't use the garchOxFit function. I have tried looking at Help("garchOxFit"), I as far as I can understand I am supposed to download the OxConsole Software together with the "OxGarch" Package for free somewhere. But I dont know where to download it from? I have
2004 Dec 24
2
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Path const&,llvm::sys::P
Hi Reid,
Looking closer at the build process, I find that Path.cpp doesn't get
compiled, even if it is a newer version than its *.o file. That's probaly
the reason the error still exists.
I've zipped and attached the trace after the point the new Path.cpp was
updated by cvs. It clearly shows that it newer gets compiled and now shows
that it is the dependencies in the makefile
2011 Oct 03
0
[LLVMdev] collect end line number for scope
On Oct 3, 2011, at 4:36 AM, Pankaj Gode wrote:
> For the above code, i want to collect endline (indicated by <---) for the scope. Can we get this information from the Dwarf Information in llvm 2.9 ?
>
I don't know about 2.9 in specific, but current top of tree will get you that information.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: