How to align arrays (not in common blocks) in Fortran, Cray and GNU compilers?

前端 未结 0 912
长发绾君心
长发绾君心 2021-01-29 22:44

In C, arrays can be aligned with the alignment attribute:

char iobuff[bytes_to_write]  __attribute__ ((aligned(64)));

But I need something simila

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