Skip to content

Commit

Permalink
Update head notes
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Mar 6, 2018
1 parent d1cf611 commit dfcdcaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sha256-2-p8.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/* sha256-p8.cxx - Power8 SHA extensions using C intrinsics */
/* Written and placed in public domain by Jeffrey Walton */

/* sha256-2-p8.cxx roates working variables in the */
/* callers instead of the SHA round function. */
/* Loop unrolling penalizes performance. */

/* xlC -DTEST_MAIN -qarch=pwr8 -qaltivec sha256-p8.cxx -o sha256-p8.exe */
/* g++ -DTEST_MAIN -mcpu=power8 sha256-p8.cxx -o sha256-p8.exe */

Expand Down
4 changes: 4 additions & 0 deletions sha256-p8.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/* sha256-p8.cxx - Power8 SHA extensions using C intrinsics */
/* Written and placed in public domain by Jeffrey Walton */

/* sha256-p8.cxx roates working variables in the */
/* SHA round function. */
/* Loop unrolling penalizes performance. */

/* xlC -DTEST_MAIN -qarch=pwr8 -qaltivec sha256-p8.cxx -o sha256-p8.exe */
/* g++ -DTEST_MAIN -mcpu=power8 sha256-p8.cxx -o sha256-p8.exe */

Expand Down

0 comments on commit dfcdcaa

Please sign in to comment.