Skip to content

Commit fd7561e

Browse files
anonrigtargos
authored andcommitted
Revert "deps: disable avx512 for simutf on benchmark ci"
This reverts commit 09f33c9. PR-URL: #45948 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 2199141 commit fd7561e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

deps/simdutf/simdutf.gyp

-15
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
'variables': {
3-
'gas_version%': '0.0',
4-
'nasm_version%': '0.0',
5-
'llvm_version%': '0.0',
6-
},
72
'targets': [
83
{
94
'target_name': 'simdutf',
@@ -13,16 +8,6 @@
138
'include_dirs': ['.'],
149
},
1510
'sources': ['simdutf.cpp'],
16-
'conditions': [
17-
['OS=="linux"', {
18-
'conditions': [
19-
# TODO(anonrig): Remove this validation when benchmark CI has binutils >= 2.30
20-
['v(gas_version) < v("2.30") and v(nasm_version) < v("2.14") and v(llvm_version) < v("6.0")', {
21-
'defines': ['SIMDUTF_IMPLEMENTATION_ICELAKE=0'],
22-
}],
23-
],
24-
}],
25-
],
2611
},
2712
]
2813
}

0 commit comments

Comments
 (0)