Skip to content

Minor ComputeFstat-related changes

Karl Wette requested to merge (removed):minor-fstat-changes into master

Description

Minor changes related to the ComputeFstat API:

  • Remove help string from ComputeFstat header, and enforce const for timing help strings
  • Remove a duplicate memory usage print statement in ComputeFstatBenchmark.c
  • Whitespace and comment fixes

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Necessary to enforce const correctness

Review Status

cc @david-keitel

Merge request reports