From 90bb02302579346ac24bc5449b2b1ff29a3aaa10 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Wed, 19 Feb 2020 09:43:15 +0100 Subject: [PATCH] Add constraints for OBS specialized::pclmulqdq::test::check_against_baseline test expects that on x86_64, these features will be present. Signed-off-by: Igor Raits --- _constraints | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..bd98885 --- /dev/null +++ b/_constraints @@ -0,0 +1,15 @@ + + + + + x86_64 + + + + pclmulqdq + sse2 + sse4.1 + + + +