Changes between Initial Version and Version 1 of Ticket #32021, comment 11
- Timestamp:
- Jun 22, 2021, 6:23:44 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32021, comment 11
initial v1 43 43 44 44 -sdh_store_and_pip_install_wheel . 45 +sdh_store_and_pip_install_wheel . --cpu- dispatch="sse2"45 +sdh_store_and_pip_install_wheel . --cpu-baseline="sse2" 46 46 }}} 47 47 A cleaner solution and also a good solution for a branch might be to disable `-march=native` via … … 52 52 53 53 I hope one of those things work. 54 55 Edited: See comment below