Dominique Leuenberger 2020-03-03 09:18:31 +00:00 committed by Git OBS Bridge
commit 704c76a105
2 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<flag>mmx</flag>
<flag>sse</flag>
<flag>sse2</flag>
<flag>sse3</flag>
<flag>ssse3</flag>
<!-- TODO add SSE4.2 before that need to fix obs, patch on the way -->
</cpu>
</hardware>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 2 10:25:12 UTC 2020 - Stefan Weiberg <sweiberg@suse.com>
- Change constraint to ssse3 to fix build issues on x86_64 and i586
-------------------------------------------------------------------
Tue Nov 19 15:45:29 UTC 2019 - Jaime Caamaño Ruiz <jcaamano@suse.com>