Re: [edk2] Get "Invalid Opcode" for AVX3 instructions

2016-06-09 Thread Andrew Fish
> On Jun 9, 2016, at 11:52 AM, Shubha Ramani wrote: > > I figured it out. You have to write specific ASM code to enable AVX3 > instructions on Intel processors. There is not an infrastructure to support floating point so don't cause any exceptions you will crash. Thanks, Andrew Fish > Shub

Re: [edk2] Get "Invalid Opcode" for AVX3 instructions

2016-06-09 Thread Shubha Ramani
I figured it out. You have to write specific ASM code to enable AVX3 instructions on Intel processors. Shubha Shubha D. ramanishubharam...@gmail.com shubharam...@yahoo.com On Thursday, June 9, 2016 10:36 AM, Shubha Ramani wrote: vmovups zmm0, [r14] The above instruction gets "Invalid O

Re: [edk2] [PATCH V2 1/3] MdeModulePkg: Extend PEI_PERFORMANCE_LOG_HEADER

2016-06-09 Thread Shia, Cinnamon
Series reviewed by: cinnamon.s...@hpe.com -Original Message- From: Yao, Jiewen [mailto:jiewen@intel.com] Sent: Wednesday, June 8, 2016 8:27 PM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Gao, Liming ; Shia, Cinnamon ; Carsey, Jaben Subject: RE: [PATCH V2 1/3] MdeModulePkg: Extend

[edk2] Get "Invalid Opcode" for AVX3 instructions

2016-06-09 Thread Shubha Ramani
vmovups zmm0, [r14] The above instruction gets "Invalid Opcode" though it has no trouble executing   in an App which runs in Windows 8.Only at EFI do I get Invalid Opcode. Any help would be appreciated. Thanks, Shubha Shubha D. ramanishubharam...@gmail.com shubharam...@yahoo.com ___