Re: [PATCH] target/loongarch: fix alignment error in tci.

2024-11-18 Thread Philippe Mathieu-Daudé
On 18/11/24 14:32, guoguangyao wrote: Add alignment and check for fpr in CPUArchState, fix alignment error in tcg interpreter when executing LASX. Signed-off-by: guoguangyao --- target/loongarch/cpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Dau

Re: [PATCH] target/loongarch: fix alignment error in tci.

2024-11-18 Thread Richard Henderson
On 11/18/24 05:32, guoguangyao wrote: Add alignment and check for fpr in CPUArchState, fix alignment error in tcg interpreter when executing LASX. Signed-off-by: guoguangyao --- target/loongarch/cpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/loongarch/cpu.

[PATCH] target/loongarch: fix alignment error in tci.

2024-11-18 Thread guoguangyao
Add alignment and check for fpr in CPUArchState, fix alignment error in tcg interpreter when executing LASX. Signed-off-by: guoguangyao --- target/loongarch/cpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/loongarch/cpu.h b/target/loongarch/cpu.h index 86c86c6c9