search for: afish

Displaying 7 results from an estimated 7 matches for "afish".

Did you mean: fish
2016 Jun 07
2
[cfe-dev] How to debug if LTO generate wrong code?
On 7 June 2016 at 10:54, Shi, Steven <steven.shi at intel.com> wrote: > Hi Rafael, > I finally enable the clang LTO build with small code model and PIE, and my clang LTO Uefi firmware works now. Thank you! But I have one more issue on the clang normal build (without LTO) now. I find the small code model + "-fpie" build option will let clang generate some R_X86_64_GOTPCREL
2016 May 31
2
[cfe-dev] How to debug if LTO generate wrong code?
On 31 May 2016 at 01:08, Shi, Steven <steven.shi at intel.com> wrote: > Hi Mehdi, > What's the default code model for x86_64 Mac OS X App? Andrew showed me some example code of Mac OS X App as below, which looks to use the small code model but can run at >4GB high address. Small, but PIC. > For example if you read a global like this the compiler will generate this code.
2003 May 29
5
Comparison Operator
Does R have a comparison operator similar to the Like function, for example: a<-"Is a Fish" b<-"Fish" if(b in a){c<-TRUE} Michael R Howard Micron Technology Inc. Boise ID. Fab C Engineering Software (FCES) Software Engineer
1999 Nov 23
0
Multifractal Model of Asset Return (MMAR)
Hi, Multifractal Model of Asset Return (MMAR) is a relatively new model for financial time series this work was done by Benoit Mandelbrot, Adlai Fisher and Laurent Calvet. For those interested in the model you can find papers @ http://www.stern.nyu.edu/~afisher/papers.html (papers number 1164:1166) I'm new to R and I was wondering if anyone of you had tried to implement this model in R before I made any attempt by myself? In the event that no one as done it then I'd like to know if someone would like to work at it? My goal is to implement the...
2016 May 31
1
[cfe-dev] How to debug if LTO generate wrong code?
...Sent: Tuesday, May 31, 2016 9:21 PM > To: Shi, Steven <steven.shi at intel.com> > Cc: Mehdi Amini <mehdi.amini at apple.com>; Umesh Kalappa > <umesh.kalappa0 at gmail.com>; eliben at gmail.com; llvm-dev <llvm- > dev at lists.llvm.org>; cfe-dev at lists.llvm.org; afish at apple.com > Subject: Re: [cfe-dev] [llvm-dev] How to debug if LTO generate wrong code? > > On 31 May 2016 at 01:08, Shi, Steven <steven.shi at intel.com> wrote: > > Hi Mehdi, > > What's the default code model for x86_64 Mac OS X App? Andrew showed > me some ex...
2011 May 17
1
[LLVMdev] [cfe-dev] x86_64-pc-win32 ABI var arg code gen bug? Is the bitcode correct? Or is it the code gen?
...t touch former 4 args. Lemme know if you had issues. I know it must be suboptimal, "home area" would be vacant in any cases afaik. It would be better to 4 args were spilled into the home area. To work on this, it might be harder, I guess, thank you. ...Takumi 2011/5/17 Andrew Fish <afish at apple.com>: > It looks like forĀ x86_64-pc-win32 the compiler does not generate the correct > code? It looks like the spill of the argument registers to the 32-byte > callers shadow space is not in the bitcode? > I have some code (attached as v.c): > int > ShellPrintHiiEx ( &...
2011 Jul 01
1
[LLVMdev] [cfe-dev] should -mno-sse -mno-mmx -msse -mmmx work?
On Jul 1, 2011, at 2:43 PM, Alistair Lynn wrote: > Hi Andrew- > >> fatal error: error in backend: SSE2 register return with SSE2 disabled > > Is this for 32-bit or 64-bit x86? 64-bit x86. > If it's the latter, the ABI demands > that the return value in this case is in xmm0 - SSE is required. > Well -no-sse -mno-mmx works for EFI as it is pre-boot firmware and