diff options
author | Jonathan Wright <jonathan.wright@arm.com> | 2020-09-10 16:19:08 +0100 |
---|---|---|
committer | Jonathan Wright <jonathan.wright@arm.com> | 2020-09-10 17:03:49 +0100 |
commit | 83889e4e3975107f6d5a51d6a2b3371b22ac0559 (patch) | |
tree | 0b42c6ce1b5bd99e516828e0da0adeed464dc7cf /java/doc/script.js | |
parent | f38898135a3b5097978394dff81c970ad9c4eca2 (diff) |
Specify 16-byte alignment for assembly functions
A previous commit that implemented h2v2 downsampling using Arm NEON
intrinsics removed ".balign 16" along with the NEON assembly
function. This function alignment was the only one of its type in
jsimd_neon.S and seems to have accidentally ensured that all of the
other functions declared in the same file also had that alignment.
Removing the 16-byte alignment specification meant that the Mac arm64
build of Chromium broke - as the remaining assembly functions did not
have the right alignment.
This commit specifies 16-byte alignment for all of the NEON assembly
functions in jsimd_neon.S
Bug: 922430
Change-Id: Ie827cf2166a6ac5e2b69db3d2140ed91ab2798e3
Diffstat (limited to 'java/doc/script.js')
0 files changed, 0 insertions, 0 deletions