This patch adds C intrinsics for the Intel SHA Extensions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Need to enable sse2 feature if -msha is specified. This is currently being done for aes/pclmul.
Also need to disable sha if -mno-sse2 is specified. I just fixed this for aes/pclmul. They were broken in a recent refactoring.