Skip to content

util: fix formatting of objects with SIMD enabled

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

util

Description of change

When SIMD is enabled, util.format couldn’t display objects (with at least 1 key) because the formatter function got overridden.

Merge request reports

Loading