HomeFreeBSD

In get_fpcontext32() and set_fpcontext32(), we can't just use memcpy() to

Description

In get_fpcontext32() and set_fpcontext32(), we can't just use memcpy() to
copy the VFP registers.
arvm7 VFP uses 32 64bits fp registers (but those could be used in pairs to
make 16 128bits registers), while aarch64 uses 32 128bits fp registers, so
we have to copy the value of each register.

Details

Provenance
cognetAuthored on Jun 26 2019, 10:06 PM
Parents
rG1d3423d91427: Revert one of the changes from r349323. Specifically, undo the change
Branches
Unknown
Tags
Unknown

Event Timeline