| commit | bf4fcf8bc5d159a7aee37da3d8f8b61103f734bc | [log] [tgz] |
|---|---|---|
| author | Luis Machado <luis.machado@arm.com> | Fri Oct 13 16:03:50 2023 +0100 |
| committer | Luis Machado <luis.machado@arm.com> | Fri Oct 13 16:27:19 2023 +0100 |
| tree | a4c2d42f6b488d166ac18f6329048c93c56cdfe8 | |
| parent | b5248d602e4d42a3bf8229dd18f02989cd5b831a [diff] |
[aarch64] Use SVE_VQ_BYTES instead of __SVE_VQ_BYTES __SVE_VQ_BYTES is only available if SVE definitions are available in the system's headers, and this is not true for all systems. For this purpose, we define SVE_VQ_BYTES. This patch fixes the name of the constant being used.