Skip to content
  • Kenneth Moreland's avatar
    Fix conversion errors in benchmarking code · a52211e5
    Kenneth Moreland authored
    The recent removal of type selectors in ControlSignature field tags
    means that the BenchmarkFieldAlgorithms code was creating code paths
    that were never followed and lead to impossible type conversions (e.g.
    Vec to float). Fixed the problem by specifing the types for the
    VariantArrayHandles better.
    a52211e5