Skip to content
Commit cc0d77ba authored by Joe Ramsay's avatar Joe Ramsay Committed by Szabolcs Nagy
Browse files

aarch64: Add half-width versions of AdvSIMD f32 libmvec routines



Compilers may emit calls to 'half-width' routines (two-lane
single-precision variants). These have been added in the form of
wrappers around the full-width versions, where the low half of the
vector is simply duplicated. This will perform poorly when one lane
triggers the special-case handler, as there will be a redundant call
to the scalar version, however this is expected to be rare at Ofast.

Reviewed-by: default avatarSzabolcs Nagy <szabolcs.nagy@arm.com>
parent 3150cc0c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment