Diego Elio Pettenò <flamee...@flameeyes.eu> writes:

> Since Gentoo now has some kind of support for x32 I was able to get a
> system running with it.
>
> Seems like it's going to be a trainwreck:
>
>  - sizeof(void*) == sizeof(long) == sizeof(sizeof(0)) == 4
>    which means we really have no way to find out whether this is
>    32-bit or 64-bit;
>
>  - afaict yasm does not have support for x32 so we're stuck without
>    yasm;
>
>  - in general it's a bloody mess.

Add to this that the inline asm probably doesn't even remotely work
properly, if it even compiles, with the x32 ABI.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to