[Distutils] warning about potential problem for wheels

Oscar Benjamin oscar.j.benjamin at gmail.com
Sun Oct 11 17:20:55 CEST 2015


On Sun, 11 Oct 2015 15:31 Donald Stufft <donald at stufft.io> wrote:

Will something built against 3.5.0 with SSE work on 3.5.1 without SSE? What
about the inverse?


It should be fine either way as long as the CPU can handle the particular
instructions used. X86 is backward compatible like that so unless the
compiler does something funny when the SSE option is enabled it should be
fine.

--
Oscar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20151011/61fdb288/attachment.html>


More information about the Distutils-SIG mailing list