Add constraints for OBS

SIMD stuff basically requires to have AVX and SSE4.1.

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 7cee4cf363
commit e75436fc72
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<overwrite>
<conditions>
<arch>x86_64</arch>
</conditions>
<hardware>
<cpu>
<flag>sse4.1</flag>
<flag>avx</flag>
</cpu>
</hardware>
</overwrite>
</constraints>
Loading…
Cancel
Save