dlib/dlib/simd
Michal Suchánek 398e2cb5be
powerpc/altivec: use __vector instead of vector (#2740)
The gcc altivec extension defines keywords for vector, bool, and pixel,
both with underscores and without. However, unless another extension is
used the keywords without underscores conflict with standard types.

To resolve the conflict use the keywords with underscores for the
altivec vector types.

Fixes: #2711

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2023-03-11 08:16:15 -05:00
..
simd4f.h powerpc/altivec: use __vector instead of vector (#2740) 2023-03-11 08:16:15 -05:00
simd4i.h powerpc/altivec: use __vector instead of vector (#2740) 2023-03-11 08:16:15 -05:00
simd8f.h
simd8i.h
simd_check.h powerpc/altivec: use __vector instead of vector (#2740) 2023-03-11 08:16:15 -05:00