arm64: support __int128 with clang
Commit fb8722735f50 ("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> Signed-off-by:
Danny Lin <danny@kdrag0n.dev> Change-Id: I21e634573f0eea84a8a6ee9c28dad357fd5397ad
Loading
Please register or sign in to comment