[PATCH] Add C intrinsics for Intel SHA Extensions

Craig Topper craig.topper at gmail.com
Wed Sep 18 17:11:27 PDT 2013


  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.

http://llvm-reviews.chandlerc.com/D1707

BRANCH
  sha

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list