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

Re: Re: How to do 32-bit build in AMD64 chroot -- problem with SSE instructions?



Thank you Andrey!

> For example, in this case it's not about compilation flags because the
> relevant code uses SSE2 explictly when USE_SSE2_32IMPL is set. I haven't
> checked how is it set but the configure step output suggests it checks the
> hardware support on the build machine, which must not be done in Debian
> packages. So the first step would be finding how to disable this. There
> may be other steps needed.

I've found it -- the flag is conditional on "defined(__i386__)."  The code 
builds once I remove that so I've at least got the beginning of a workaround.

Can you (or anyone) confirm whether the Debian i386 build SHOULD or SHOULD NOT 
enable SSE of any flavour?  I've googled numerous times but can't seem to find 
this kind of detailed port information.

Thanks again,
-Steve




Reply to: