]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: support __int128 with clang
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 23 Dec 2017 00:43:23 +0000 (01:43 +0100)
committerWill Deacon <will.deacon@arm.com>
Tue, 24 Apr 2018 18:07:55 +0000 (19:07 +0100)
commita05ac7b3c2706ff1b76758a6029e4aa51fd51fda
tree96890db0c65d937a1a0ad89e6c110c92d3f8e941
parent69953bf5e37dc460995ab97cc4f23d4885c8a6c8
arm64: support __int128 with clang

Commit 2ec8ba5e9fa6 ("arm64: support __int128 on gcc 5+") added support
for arm64 __int128 with gcc with a version-conditional, but neglected to
enable this for clang, which in fact appears to support aarch64 __int128.
This commit therefore enables it if the compiler is clang, using the
same type of makefile conditional used elsewhere in the tree.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/Makefile