SIMD stuff basically requires to have AVX and SSE4.1. Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>epel9
parent
7cee4cf363
commit
e75436fc72
@ -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…
Reference in new issue