Why can't gcc or clang properly @encode SIMD vector types?

后端 未结 1 989
陌清茗
陌清茗 2021-01-05 03:44

While doing some messing around with vector types and the ObjC runtime, I came across a very perplexing problem.

Neither clang or GCC will give the \'proper\' type-e

相关标签:
1条回答
  • 2021-01-05 04:15

    Looks like this is a known issue, clang has apparently been modified to show a warning in this case: https://github.com/llvm-mirror/clang/commit/024d9c65e9d3887045c82be09e4f630f19da48b4

    0 讨论(0)
提交回复
热议问题