In config/arm.h there is code to override the alignment of IWMMXT vector types. Specifically ADJUST_FIELD_ALIGN, DATA_ALIGNMENT, LOCAL_ALIGNMENT and a couple of other places explicitly give vector types 64-bit alignment. Is this necessary? These types/modes seem to have 64-bit alignment anyway. Paul