Revert "deps: disable avx512 for simutf on benchmark ci"

This reverts commit 09f33c9c53.

PR-URL: https://github.com/nodejs/node/pull/45948
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Yagiz Nizipli
2022-12-24 16:44:21 -05:00
committed by GitHub
parent 2e71aef710
commit 07fdbbd015

View File

@@ -1,9 +1,4 @@
{
'variables': {
'gas_version%': '0.0',
'nasm_version%': '0.0',
'llvm_version%': '0.0',
},
'targets': [
{
'target_name': 'simdutf',
@@ -13,16 +8,6 @@
'include_dirs': ['.'],
},
'sources': ['simdutf.cpp'],
'conditions': [
['OS=="linux"', {
'conditions': [
# TODO(anonrig): Remove this validation when benchmark CI has binutils >= 2.30
['v(gas_version) < v("2.30") and v(nasm_version) < v("2.14") and v(llvm_version) < v("6.0")', {
'defines': ['SIMDUTF_IMPLEMENTATION_ICELAKE=0'],
}],
],
}],
],
},
]
}