+40
−12
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch addresses unaligned single precision floating point loads and stores in the single-step code. The old implementation improperly treated an 8 byte structure as an array of two 4 byte words, which is a classic little endian bug. Signed-off-by:Tom Musta <tmusta@gmail.com> Signed-off-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org>