On 04/09/13 14:12, James Greenhalgh wrote: > > The vaddvq_s64 and vaddvq_u64 intrinsics are defined to return 32-bit > types. This is clearly wrong, so fix them to return int64_t and uint64_t > as expected. > > Regression tested with a run through aarch64.exp and sanity checked. > > OK for trunk? >
OK. There's no need to seek approval for really obvious patches like this. But please remember to post saying what you've done, just in case it wasn't as obvious as you thought it was... :-) R.