diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-03 15:18:58 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-11-03 15:24:21 +0000 |
commit | fb8722735f50cd51204bfbeefa2e5e7e9ff5b2be (patch) | |
tree | 95fb1a4d8296174d047afc3dd33abf2c053b6622 /fs/mpage.c | |
parent | ce6990813f15f4cabadf325791e35bd4af8152f5 (diff) |
arm64: support __int128 on gcc 5+
Versions of gcc prior to gcc 5 emitted a __multi3 function call when
dealing with TI types, resulting in failures when trying to link to
libgcc, and more generally, bad performance. However, since gcc 5,
the compiler supports actually emitting fast instructions, which means
we can at long last enable this option and receive the speedups.
The gcc commit that added proper Aarch64 support is:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=d1ae7bb994f49316f6f63e6173f2931e837a351d
This commit appears to be part of the gcc 5 release.
There are still a few instructions, __ashlti3 and __ashrti3, which
require libgcc, which is fine. Rather than linking to libgcc, we
simply provide them ourselves, since they're not that complicated.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'fs/mpage.c')
0 files changed, 0 insertions, 0 deletions