[Pixman] [PATCH 3/3] Add MSA support.
Adam Jackson
ajax at redhat.com
Tue Feb 11 21:53:38 UTC 2020
On Tue, 2020-02-11 at 16:28 +0800, Yin Shiyou wrote:
> MSA is mips SIMD Architecture.
> Loongson processor support MSA from 3A4000 and 2K1000.
I'm not sure this patch accomplishes anything:
> +static const pixman_fast_path_t msa_fast_paths[] =
> +{
> + { PIXMAN_OP_NONE },
> +};
> +
> +pixman_implementation_t *
> +_pixman_implementation_create_msa (pixman_implementation_t *fallback)
> +{
> + pixman_implementation_t *imp =
> + _pixman_implementation_create (fallback, msa_fast_paths);
> +
> + return imp;
> +}
Are MSA-optimized routines to follow in a later patch?
- ajax
More information about the Pixman
mailing list