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
There is an optimized version inside the ARM64 JIT compiler implemented by @SChernykh . It would be better to optimize randomx_reciprocal rather than duplicating the code inline.
The text was updated successfully, but these errors were encountered:
This function is not optimized:
RandomX/src/reciprocal.c
Lines 47 to 72 in d3c9648
There is an optimized version inside the ARM64 JIT compiler implemented by @SChernykh . It would be better to optimize
randomx_reciprocal
rather than duplicating the code inline.The text was updated successfully, but these errors were encountered: