On Tue, Jan 3, 2017 at 10:37 AM, Uros Bizjak <ubiz...@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