Skip to content

Commit

Permalink
Revert "deps: disable avx512 for simutf on benchmark ci"
Browse files Browse the repository at this point in the history
This reverts commit 09f33c9.

PR-URL: #45948
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
anonrig authored and juanarbol committed Jan 31, 2023
1 parent 560ee24 commit 4063cdc
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions deps/simdutf/simdutf.gyp
@@ -1,9 +1,4 @@
{
'variables': {
'gas_version%': '0.0',
'nasm_version%': '0.0',
'llvm_version%': '0.0',
},
'targets': [
{
'target_name': 'simdutf',
Expand All @@ -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'],
}],
],
}],
],
},
]
}

0 comments on commit 4063cdc

Please sign in to comment.