RE: [PATCH v2 12/16] acl: add define guards to avoid multi-inclusion

2022-02-09 Thread Weiguo Li
On Wed, 9 Feb 2022 09:42:28 +, Ananyev, Konstantin wrote: > > Do we really need these changes? > All these headers are internal ones for acl_run_*.c and not > supposed to be included multiple times anyway. > Got it. This v2 series are superseded. I've updated it by a new verision v3[1] whic

RE: [PATCH v2 12/16] acl: add define guards to avoid multi-inclusion

2022-02-09 Thread Ananyev, Konstantin
> Supplement define guards to prevent multiple inclusion. > It should noted that there is an exceptional case: > lib/acl/acl_run_avx512_common.h is designed to be included > several times. > > Signed-off-by: Weiguo Li > --- > lib/acl/acl_run_altivec.h | 5 + > lib/acl/acl_run_avx2.h

[PATCH v2 12/16] acl: add define guards to avoid multi-inclusion

2022-02-08 Thread Weiguo Li
Supplement define guards to prevent multiple inclusion. It should noted that there is an exceptional case: lib/acl/acl_run_avx512_common.h is designed to be included several times. Signed-off-by: Weiguo Li --- lib/acl/acl_run_altivec.h | 5 + lib/acl/acl_run_avx2.h | 5 + lib/acl/