tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libmpeg2 fix for ppc



On Tue, Jun 21, 2022 at 08:07:55PM +0200, Havard Eidnes wrote:
> Hi,
> 
> configure for libmpeg2 manages to not define HAVE_ALTIVEC_H,
> because, apparently,
> 
> typedef vector int t;
> int
> main()
> {
>         vec_ld(0, (unsigned char*) 0);
> }
> 
> manages to build without errors.

From what lib does the linker resolve vec_ld in the test compile?

Martin


Home | Main Index | Thread Index | Old Index