diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-06-30 19:04:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-06-30 19:04:52 +0000 |
commit | 93c4ee391ae8e2d74a7c1307b854f4a282104031 (patch) | |
tree | 6cf695eddbd493b7a4490a0d4a34ba5e5f4d1ca8 /sys/isofs | |
parent | c002370e6d2ac868c778fa017e4c4963076c1535 (diff) |
Use __attribute__ ((aligned (16)), to make sure the FPU state is aligned
on a 128-bit boundary like we do on amd64. The padding within the struct
made sure the state was properly aligned *within* the struct, but since the
alignment restriction on the struct itself was only 64-bit, the required
alignment was not guaranteed. We just got lucky.
ok oga@, guenther@
Diffstat (limited to 'sys/isofs')
0 files changed, 0 insertions, 0 deletions