Re: [PATCH] drm/amdgpu: Re-enable DCN for 64-bit powerpc
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2022-07-25 19:20:21
Also in:
amd-gfx, lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2022-07-25 19:20:21
Also in:
amd-gfx, lkml
On Mon, Jul 25, 2022 at 5:39 AM Michael Ellerman [off-list ref] wrote:
Further digging shows that the build failures only occur with compilers that default to 64-bit long double.
Where the heck do we have 'long double' things anywhere in the kernel?
I tried to grep for it, and failed miserably. I found some constants
that would qualify, but they were in the v4l colorspaces-details.rst
doc file.
Strange.
Linus