Added comments to hashAes1Rx4 and fillAes1Rx4

Fixed gcc compilation
Added performance numbers
This commit is contained in:
tevador
2019-02-09 19:32:53 +01:00
parent 2798d78717
commit b8ce504be6
12 changed files with 72 additions and 325 deletions

View File

@@ -296,6 +296,8 @@ namespace RandomX {
return "lt";
case 7:
return "ge";
default:
UNREACHABLE;
}
}