hash-prospector icon indicating copy to clipboard operation
hash-prospector copied to clipboard

Any interest in CLMUL and XROT2?

Open Logan007 opened this issue 3 years ago • 0 comments

Are there any plans or is there any interest at all in having

implemented?

I would expect CLMUL to have slightly less influence on bias than a regular integer multiplication due to the lack of carry's left-bound "smearing" effect.

XROT2 should show an effect on lowering bias which I would assume somewhere between one and two xor-shifts – remains to be proven. Execution on super-pipelined CPUs could speed-wise benefit from working on the very same x being rotated twice. However, little coding challenge here: two parameters a and b need to be parsed from command line's -p pattern.

Logan007 avatar Jun 04 '21 09:06 Logan007