Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 13:09:02 -0700
From:      John-Mark Gurney <jmg@funkthat.com>
To:        toolchain@FreeBSD.org, current@FreeBSD.org
Subject:   patch to add AES intrinsics to gcc
Message-ID:  <20130822200902.GG94127@funkthat.com>

next in thread | raw e-mail | index | archive | help
In my work to get AES-NI performance in a better state and the fact
that we haven't deprecated gcc yet, I have developed another patch to
add the appropriate AES intrinstic headers to gcc.

The patch is available at:
https://people.freebsd.org/~jmg/gcc.aes.intrin.patch

I did have to change the opth-gen.awk script, since it wouldn't let
me use bit 31, and recent changes to gcc used up all the remaining
bits.  I also was unable to add the -mpclmul option because of running
out of these bits.

Thanks.

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130822200902.GG94127>