public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* SIMD Instruction supported in UEFI?
@ 2017-03-08 15:09 Amit kumar
  2017-03-08 23:21 ` Ken Taylor
  0 siblings, 1 reply; 3+ messages in thread
From: Amit kumar @ 2017-03-08 15:09 UTC (permalink / raw)
  To: edk2-devel@lists.01.org


Hi ;
I have written a UEFI app in ASM which runs XOR on a block of data using SIMD instructions ("PXOR") in UEFI environment.
It takes around 2 Seconds to run this code, but when i use normal C XOR operator ("^") it takes 1 Seconds.
Is there something wrong ? I mean SIMD instructions must be giving me better performance(my expectation);

But when i do same experiment in Windows environment SIMD code ( _mm_xor_si128 ) gives me 9 times better performance than normal XOR instruction.       

 Have i missed something?.

Regards
Amit Kumar

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-09  6:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 15:09 SIMD Instruction supported in UEFI? Amit kumar
2017-03-08 23:21 ` Ken Taylor
2017-03-09  6:18   ` Amit kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox