Re: [PATCH 1/2] target/riscv: Include missing headers in 'vector_internals.h'

2024-12-03 Thread Alistair Francis
On Wed, Dec 4, 2024 at 5:09 AM Philippe Mathieu-Daudé wrote: > > Rather than relying on implicit includes, explicit them, > in order to avoid when refactoring unrelated headers: > > target/riscv/vector_internals.h:36:12: error: call to undeclared function > 'FIELD_EX32'; ISO C99 and later do no

Re: [PATCH 1/2] target/riscv: Include missing headers in 'vector_internals.h'

2024-12-03 Thread Daniel Henrique Barboza
On 12/3/24 5:08 PM, Philippe Mathieu-Daudé wrote: Rather than relying on implicit includes, explicit them, in order to avoid when refactoring unrelated headers: target/riscv/vector_internals.h:36:12: error: call to undeclared function 'FIELD_EX32'; ISO C99 and later do not support implici

[PATCH 1/2] target/riscv: Include missing headers in 'vector_internals.h'

2024-12-03 Thread Philippe Mathieu-Daudé
Rather than relying on implicit includes, explicit them, in order to avoid when refactoring unrelated headers: target/riscv/vector_internals.h:36:12: error: call to undeclared function 'FIELD_EX32'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaratio