Skip to content

smallpt: truncate result

Alex D requested to merge wip/smallpt-truncate-result into master

Current test does some floating-point manipulations which can be non-deterministic due to different platforms/architectures. This change truncates the result to avoid potential stdout mismatch.

fixes #23 (closed)

Merge request reports