Commit 53f73afc authored by Andy Polyakov's avatar Andy Polyakov
Browse files

sha512.c: there apparently is ILP32 PowerPC platform, where it is safe to

inline 64-bit assembler instructions. Normally it's inappropriate, because
signalling doesn't preserve upper halves of general purpose registers.
Meaning that it's only safe if signals are blocked for the time "wide"
code executes.
PR: 1998
parent 10232bdc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment