Re: [edk2] x86 compiler intrinsics

2013-05-13 Thread Tim Lewis
Yes From: Mcdaniel, Daryl [mailto:daryl.mcdan...@intel.com] Sent: Monday, May 13, 2013 2:35 PM To: edk2-devel@lists.sourceforge.net Cc: Tim Lewis Subject: RE: [edk2] x86 compiler intrinsics Tim, If the compiler "instinsic" libraries (both gcc and msvc) from StdLib were made

Re: [edk2] x86 compiler intrinsics

2013-05-13 Thread Mcdaniel, Daryl
operators, +-*/%^ Daryl McDaniel "In the pun, two strings of thought are tangled into one acoustic knot." -- Arthur Koestler From: Carsey, Jaben [mailto:jaben.car...@intel.com] Sent: Monday, April 01, 2013 1:43 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] x86 compiler intr

Re: [edk2] x86 compiler intrinsics

2013-04-01 Thread Carsey, Jaben
, April 01, 2013 11:49 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] x86 compiler intrinsics On Apr 1, 2013, at 11:03 AM, Tim Lewis mailto:tim.le...@insyde.com>> wrote: Andrew - You are a UEFI expert with tons of background knowledge. Newer engineers see an error like th

Re: [edk2] x86 compiler intrinsics

2013-04-01 Thread Andrew Fish
On Apr 1, 2013, at 11:03 AM, Tim Lewis wrote: > Andrew – > > You are a UEFI expert with tons of background knowledge. Newer engineers see > an error like this and have no reasonable way to proceed. Try to dig up a FAQ > on this? This sounds like an issue in general. It would be nice to have

Re: [edk2] x86 compiler intrinsics

2013-04-01 Thread Tim Lewis
: Monday, April 01, 2013 10:55 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] x86 compiler intrinsics Tim, I think it is mostly struct operations that fail. So struct foo a, b. a = b or a = 0 We decided at the beginning of edk2 to not support intrinsics to make it easier to port to new

Re: [edk2] x86 compiler intrinsics

2013-04-01 Thread Andrew Fish
t; Tim > > From: Kinney, Michael D [mailto:michael.d.kin...@intel.com] > Sent: Monday, April 01, 2013 10:19 AM > To: edk2-devel@lists.sourceforge.net > Subject: Re: [edk2] x86 compiler intrinsics > > Tim, > > When the compiler optimizations are turned up, the comp

Re: [edk2] x86 compiler intrinsics

2013-04-01 Thread Tim Lewis
im.le...@insyde.com] Sent: Monday, April 01, 2013 10:09 AM To: edk2-devel@lists.sourceforge.net<mailto:edk2-devel@lists.sourceforge.net> Subject: [edk2] x86 compiler intrinsics Someone please refresh my memory: the MSVC toolchain generates intrinsic calls to memcpy and memset. I don't see /Oi- to

Re: [edk2] x86 compiler intrinsics

2013-04-01 Thread Kinney, Michael D
: Monday, April 01, 2013 10:09 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] x86 compiler intrinsics Someone please refresh my memory: the MSVC toolchain generates intrinsic calls to memcpy and memset. I don't see /Oi- to disable them. I don't see CompilerStub being linked into n

[edk2] x86 compiler intrinsics

2013-04-01 Thread Tim Lewis
Someone please refresh my memory: the MSVC toolchain generates intrinsic calls to memcpy and memset. I don't see /Oi- to disable them. I don't see CompilerStub being linked into native EDK2 modules. How are these being resolved? Tim --