インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
General Compiler Directive: Specifies that an entity in memory is aligned.
cDEC$ ASSUME_ALIGNED address1:n1 [, address2:n2]...
c |
Is a c, C, !, or *. (See Syntax Rules for Compiler Directives.) |
address |
A memory reference. It can be of any data type, kind, or rank. It cannot be any of the following:
|
n |
A positive integer initialization expression. Its value must be a power of 2 between 1 and 256, that is, 1, 2, 4, 8, 16, 32, 64, 128, 256. |