Skip to content
Snippets Groups Projects
Commit e6fbc3cc authored by Andrew Pinski's avatar Andrew Pinski
Browse files

Fix vect_long_mult for aarch64 [PR109705]


On aarch64, vectorization of `long` multiply can be done if SVE is enabled
or if long is 32bit (ILP32). It can also be done for constants too but there
is no effective target test for that just yet.

Build and tested on aarch64-linux-gnu with no regressions (also tested with SVE enabled).

gcc/testsuite/ChangeLog:

	PR testsuite/109705
	* lib/target-supports.exp (check_effective_target_vect_long_mult):
	Fix aarch64*-*-* checks.

Signed-off-by: default avatarAndrew Pinski <quic_apinski@quicinc.com>
parent a9a8426e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment