mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
15
deps/simdutf/simdutf.gyp
vendored
15
deps/simdutf/simdutf.gyp
vendored
@@ -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'],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user