As per title.
The compiler might possibly collapse everything based on the fact x is uninitialized, which we do not want.
Differential D6870
[secp256k1] Do not use unitialized multiset in multiset benchmark deadalnix on Jul 9 2020, 10:55. Authored by Tags None Subscribers None
Details
As per title. The compiler might possibly collapse everything based on the fact x is uninitialized, which we do not want. ninja bench-secp256k1
Diff Detail
|