Re: Lack of latest binutils in gcc 11 docker image

2021-06-12 Thread Victor Rodriguez via Gcc
On Fri, Jun 11, 2021 at 4:39 AM Jonathan Wakely wrote: > > > I was wondering where can we send a patch to add binutils (latest ) > > to that docker hub image > > Those images are maintained by Docker Inc. and nothing to do with the > GCC project: > > https://docs.docker.com/docker-hub/official_ima

Re: Lack of latest binutils in gcc 11 docker image

2021-06-11 Thread Jonathan Wakely via Gcc
> I was wondering where can we send a patch to add binutils (latest ) > to that docker hub image Those images are maintained by Docker Inc. and nothing to do with the GCC project: https://docs.docker.com/docker-hub/official_images/ "All Official Images contain a User Feedback section in their do

Lack of latest binutils in gcc 11 docker image

2021-06-10 Thread Victor Rodriguez via Gcc
HI team I am trying to use the gcc 11 docker hub image to build AMX code but it fails /usr/local/lib/gcc/x86_64-linux-gnu/11.1.0/include/amxtileintrin.h: Assembler messages: /usr/local/lib/gcc/x86_64-linux-gnu/11.1.0/include/amxtileintrin.h:42: Error: no such instruction: `ldtilecfg (%rdi)' /usr/