Skip to content

fix arm build warnings

Reference issue

What does this implement/fix?

  1. Fix -Wcast-align in TensorContraction.h by changing reinterpret_cast<T*>(x) to static_cast<T*>(static_cast<void*>(x))
  2. Fix signed/unsigned integer comparison in TensorDimensions.h
  3. Rename some shadowed variables

Additional information

Edited by Charles Schlosser

Merge request reports

Loading