Skip to content

Use 64 bits arithmetics for array address computation instead of 32 #3

@hpcharles

Description

@hpcharles

Activation of 32 bits arithmetic in aarch64 triggered a bug in Array addresse computation for CodeExamples/ArrayXXX

This is due to the use of 32 bits add instead of 64 bits which lead to a memory fault because the address is cut at 32 bits.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions