Re: [PATCH v3] aarch64: Implement the ACLE instruction/data prefetch functions.

2023-12-11 Thread Richard Sandiford
Victor Do Nascimento writes: > Key changes in v3: > * Implement the `require_const_argument' function to ensure the nth > argument in EXP represents a const-type argument in the valid range > given by [minval, maxval), forgoing expansion altogether when an > invalid argument is detected ea

[PATCH v3] aarch64: Implement the ACLE instruction/data prefetch functions.

2023-12-05 Thread Victor Do Nascimento
Key changes in v3: * Implement the `require_const_argument' function to ensure the nth argument in EXP represents a const-type argument in the valid range given by [minval, maxval), forgoing expansion altogether when an invalid argument is detected early on. * Whereas in the previous iter