[aarch64-port-dev ] RFR: JDK8: Add Support for SHA intrinsics
Andrew Haley
aph at redhat.com
Tue Nov 18 09:41:41 UTC 2014
On 18/11/14 09:37, Edward Nevill wrote:
> Sure, is this what you had in mind?
>
> At the head of vm_version_aarch64.cpp we do
>
> #ifndef BUILTIN_SIM
> #include <sys/auxv.h>
> #include <asm/hwcap.h>
> #else
> #define getauxval(hwcap) 0
> #endif
>
> And then delete all the remaining conditionalisation on BUILTIN_SIM.
Excellent.
Thanks,
Andrew.
More information about the aarch64-port-dev
mailing list