]> Git Repo - qemu.git/commit
target/arm/cpu: Use div-round-up to determine predicate register array size
authorAndrew Jones <[email protected]>
Fri, 2 Aug 2019 12:25:31 +0000 (14:25 +0200)
committerPeter Maydell <[email protected]>
Fri, 16 Aug 2019 13:02:51 +0000 (14:02 +0100)
commit46417784d21c89446763f2047228977bdc267895
tree60b4e04fbd72c024caea53d921fdecb114032578
parent7b351d98709d3f77d6bb18562e1bf228862b0d57
target/arm/cpu: Use div-round-up to determine predicate register array size

Unless we're guaranteed to always increase ARM_MAX_VQ by a multiple of
four, then we should use DIV_ROUND_UP to ensure we get an appropriate
array size.

Signed-off-by: Andrew Jones <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/cpu.h
This page took 0.025171 seconds and 4 git commands to generate.