You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The brute-force prime checking code is suboptimal and does not properly load the CPU when compiled with optimisations. Should use something better what will load up the int units (crypto? random number generation?). Ideally we would have a separate int and fp test.
The text was updated successfully, but these errors were encountered:
The brute-force prime checking code is suboptimal and does not properly load the CPU when compiled with optimisations. Should use something better what will load up the int units (crypto? random number generation?). Ideally we would have a separate int and fp test.
The text was updated successfully, but these errors were encountered: