File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ os-brick==3.0.1
6767os-client-config==1.29.0
6868os-resource-classes==0.4.0
6969os-service-types==1.7.0
70- os-traits==2.2 .0
70+ os-traits==2.4 .0
7171os-vif==1.14.0
7272os-win==3.0.0
7373os-xenapi==0.3.3
Original file line number Diff line number Diff line change 6262 'avx512pf' : os_traits .HW_CPU_X86_AVX512PF ,
6363 'avx512vl' : os_traits .HW_CPU_X86_AVX512VL ,
6464 'avx512vnni' : os_traits .HW_CPU_X86_AVX512VNNI ,
65+ 'avx512vbmi' : os_traits .HW_CPU_X86_AVX512VBMI ,
66+ 'avx512ifma' : os_traits .HW_CPU_X86_AVX512IFMA ,
67+ 'avx512vbmi2' : os_traits .HW_CPU_X86_AVX512VBMI2 ,
68+ 'avx512bitalg' : os_traits .HW_CPU_X86_AVX512BITALG ,
69+ 'vaes' : os_traits .HW_CPU_X86_AVX512VAES ,
70+ 'gfni' : os_traits .HW_CPU_X86_AVX512GFNI ,
71+ 'vpclmulqdq' : os_traits .HW_CPU_X86_AVX512VPCLMULQDQ ,
72+ 'avx512-vpopcntdq' : os_traits .HW_CPU_X86_AVX512VPOPCNTDQ ,
6573 'bmi1' : os_traits .HW_CPU_X86_BMI ,
6674 'bmi2' : os_traits .HW_CPU_X86_BMI2 ,
6775 'pclmuldq' : os_traits .HW_CPU_X86_CLMUL ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ psutil>=3.2.2 # BSD
5454oslo.versionedobjects >= 1.35.0 # Apache-2.0
5555os-brick >= 3.0.1 # Apache-2.0
5656os-resource-classes >= 0.4.0 # Apache-2.0
57- os-traits >= 2.2 .0 # Apache-2.0
57+ os-traits >= 2.4 .0 # Apache-2.0
5858os-vif >= 1.14.0 # Apache-2.0
5959os-win >= 3.0.0 # Apache-2.0
6060castellan >= 0.16.0 # Apache-2.0
You can’t perform that action at this time.
0 commit comments