public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* reasoning beehind prohibiting VFP/NEON on AArch32
@ 2018-05-12 21:11 Michael Zimmermann
  2018-05-13  7:32 ` Ard Biesheuvel
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Zimmermann @ 2018-05-12 21:11 UTC (permalink / raw)
  To: edk2-devel-01; +Cc: Leif Lindholm, Ard Biesheuvel

For AArch32 the spec says in 2.3.5.3:
> Floating point, SIMD, vector operations and other instruction set
extensions must not
be used.

For AArch64 the spec says in 2.3.6.4:
> Floating point and SIMD instructions may be used.

So is there a reason why AArch32 is not allowed to use Floating point
operations?
I'd understand if this restriction was limited to runtime services only but
I don't see how it makes sense for boot services.

I've written a patch which adds NEON support to FrameBufferBltLib to
increase the rendering performance(by a lot actually) for 24bit displays
and thought about sending it to the mailing list - that's why the question
came up.

Thanks
Michael


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

end of thread, other threads:[~2018-05-13 12:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-12 21:11 reasoning beehind prohibiting VFP/NEON on AArch32 Michael Zimmermann
2018-05-13  7:32 ` Ard Biesheuvel
2018-05-13  9:48   ` Michael Zimmermann
2018-05-13 10:16     ` Ard Biesheuvel
2018-05-13 10:58       ` Michael Zimmermann
2018-05-13 11:39         ` Ard Biesheuvel
2018-05-13 12:49           ` Michael Zimmermann

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