qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/14] target-ppc: add floating-point AltiVec instru


From: Nathan Froyd
Subject: [Qemu-devel] [PATCH 00/14] target-ppc: add floating-point AltiVec instructions
Date: Thu, 22 Jan 2009 12:44:00 -0800

This patch series adds support for nearly all of the floating-point
AltiVec instructions.  It is broken up into separate patches for each
instruction "family" (add/sub, min/max, comparison instructions, etc.),
as the previous AltiVec integer instructions patch series was.

This patch series does not implement vexptefp and vlogefp, both of which
require functionality not implemented in the soft-float emulation code.
The instructions are straightforward, if tedious, to implement (find a
decent powf and log2f implementation, translate into soft-float
emulation calls).

-Nathan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]