Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 8f83e6e6 authored by ndesaulniers@google.com's avatar ndesaulniers@google.com Committed by Alistair Strachan
Browse files

BACKPORT: drm/amd/display: add -msse2 to prevent Clang from emitting libcalls...

BACKPORT: drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines

arch/x86/Makefile disables SSE and SSE2 for the whole kernel.  The
AMDGPU drivers modified in this patch re-enable SSE but not SSE2.  Turn
on SSE2 to support emitting double precision floating point instructions
rather than calls to non-existent (usually available from gcc_s or
compiler_rt) floating point helper routines.

Link: https://gcc.gnu.org/onlinedocs/gccint/Soft-float-library-routines.html
Link: https://github.com/ClangBuiltLinux/linux/issues/327


Cc: stable@vger.kernel.org # 4.19
Reported-by: default avatarS, Shirish <Shirish.S@amd.com>
Reported-by: default avatarMatthias Kaehlcke <mka@google.com>
Suggested-by: default avatarJames Y Knight <jyknight@google.com>
Suggested-by: default avatarNathan Chancellor <natechancellor@gmail.com>
Signed-off-by: default avatarNick Desaulniers <ndesaulniers@google.com>
Tested-by: default avatarGuenter Roeck <linux@roeck-us.net>
Tested-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Tested-by: default avatarNathan Chancellor <natechancellor@gmail.com>
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Change-Id: I653676f209c85d1c27c91af1c9347ee59107b04f
(cherry picked from commit 10117450735c7a7c0858095fb46a860e7037cb9a)
[ added CONFIG_CC_IS_CLANG ]
Link: https://bugs.freedesktop.org/show_bug.cgi?id=109487


Signed-off-by: default avatarSami Tolvanen <samitolvanen@google.com>
parent 3215ed43
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment