Changes between Initial Version and Version 1 of Ticket #65710, comment 9


Ignore:
Timestamp:
Feb 7, 2023, 8:15:06 AM (16 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65710, comment 9

    initial v1  
    1313Recently Dave updated graphene and removed the disabler on this x86_64 test, so we are back at square one with the same exact problem building universal as before.
    1414
    15 I would propose we again disable the x64_64 test in meson.build again (10 seconds max, trivial to do) and let the {{{__SSE2__}}} compiler define sort it out like it has all these past years for us.
     15I would propose we again disable the x64_64 test in meson.build (10 seconds max, trivial to do, works to build universal) and let the {{{__SSE2__}}} compiler define sort it out like it has all these past years for us.
    1616
    1717That seems better to me that disabling the SIMD instruction set needlessly on these older CPUs that probably desperately need it, and we used the SIMD i386 instructions for years to support that idea.