Does gcc vector extensions supports variable length vectors?

后端 未结 0 1829
南方客
南方客 2021-01-07 08:54

This doesn t appears to work/compile

void vec(size_t n) {
    typedef char v4si __attribute__((vector_size(n)));
    v4si t={1};
}

Is there a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题