[Mesa-dev] [PATCH 26/38] ac/nir: implement 8 and 16 bit ac_build_imsb

Marek Olšák maraeo at gmail.com
Tue Dec 18 07:50:46 UTC 2018


On Fri, Dec 7, 2018 at 12:23 PM Rhys Perry <pendingchaos02 at gmail.com> wrote:

> Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
> ---
>  src/amd/common/ac_llvm_build.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/src/amd/common/ac_llvm_build.c
> b/src/amd/common/ac_llvm_build.c
> index 0123f3e31d..2172d81f8b 100644
> --- a/src/amd/common/ac_llvm_build.c
> +++ b/src/amd/common/ac_llvm_build.c
> @@ -1640,6 +1640,10 @@ ac_build_imsb(struct ac_llvm_context *ctx,
>               LLVMValueRef arg,
>               LLVMTypeRef dst_type)
>  {
> +       //TODO: support 64-bit integers
>

I guess the C++ style comment is unintentional.

Marek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181218/6ab174a8/attachment.html>


More information about the mesa-dev mailing list