diff options
author | 2017-12-23 01:34:10 +0100 | |
---|---|---|
committer | 2017-12-23 01:38:18 +0100 | |
commit | 0f0ec7ed6b8df67b59881980b5eb0a11c400282b (patch) | |
tree | 3dbc7a07710d37cbea8e93f06b7041740c633a14 /drivers/gpu/drm/drm_plane.c | |
parent | Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (diff) | |
download | linux-dev-jd/clang-aarch64.tar.xz linux-dev-jd/clang-aarch64.zip |
arm64: support __int128 with clangjd/clang-aarch64
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>
Diffstat (limited to 'drivers/gpu/drm/drm_plane.c')
0 files changed, 0 insertions, 0 deletions