Can't define the matrix_double3x3 in a c header

Viewed 42

enter image description here

I tried to define the matrix_double3x3 properties but the compiler don't allow me to do. I can define the matrix_float3x3 or matrix_half3x3 but not for the matrix_double3x3.

enter image description here

But I saw the matrix_types.h, it has typedef simd_double3x3 matrix_double3x3

My goal is to send the matrix_double3x3 to Metal for computing the rectified image.

Environment

  • Xcode 14.0 (14A309)
    • Destination:
      • macOS (Minimum Deployments: 12.3)
  • macOS 12.6 (21G115)
1 Answers
Related