This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, libgo] Avoid compiling runtime/aeshash.c with older assemblers [PR go/78789]


On Tue, Jan 3, 2017 at 10:37 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
>
> Attached patch detect support for AES instructions and avoids
> compiling runtime/aeshash.c with older assemblers (on e.g. CentOS
> 5.11). The result of configure is also communicated into go runtime,
> so the library doesn't try to call non-existent aeshashbody routine.
>
> Patch was tested on x86_64-linux-gnu, on Fedora 25 with AES capable
> CPU and on CentOS 5.11 with non-AES capable CPU.

Thanks.  Committed.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]