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.
Description
Description
Details
Details
- Provenance
cognet Authored on Jun 26 2019, 10:06 PM - Parents
- rG1d3423d91427: Revert one of the changes from r349323. Specifically, undo the change
- Branches
- Unknown
- Tags