That depends, e.g. for SSE2 they can be forbidden.
On Opteron the typical cost of a misaligned access is a single cycle
and some possible penalty to load-store forwarding.
On Intel it is a bit worse, but not all that much. Unless you do
a lot of accesses of it in a loop it's not really worth something
caring about too much.
-Andi
-