commit | c36793854076bc4d445e2497ecd6eb420cd5ccde | [log] [tgz] |
---|---|---|
author | Taylor Simpson <tsimpson@quicinc.com> | Mon Mar 06 18:58:23 2023 -0800 |
committer | Taylor Simpson <tsimpson@quicinc.com> | Mon Mar 06 20:47:12 2023 -0800 |
tree | 20334316ccc7cf8e0ecac294a0aa2f13a1f5b931 | |
parent | d00d68b5045177fd4e871f036eaad742661c19d8 [diff] |
Hexagon (tests/tcg/hexagon) Remove __builtin from scatter_gather Replace __builtin_* with inline assembly The __builtin's are subject to change with different compiler releases, so might break Mark arrays as aligned when accessed as HVX vectors Clean up comments Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Reviewed-by: Anton Johansson <anjo@rev.ng> Message-Id: <20230307025828.1612809-10-tsimpson@quicinc.com>