summaryrefslogtreecommitdiff
path: root/deps/simdutf
diff options
context:
space:
mode:
authorYagiz Nizipli <yagiz@nizipli.com>2022-12-24 16:44:21 -0500
committerGitHub <noreply@github.com>2022-12-24 21:44:21 +0000
commit07fdbbd015583f25149f649ac007e8fac104ba08 (patch)
treeedfdc833ab3ddd69480984501d555a0a1c89b4b0 /deps/simdutf
parent2e71aef710012e6ae8a6c38c3b3a2cf5f6c1f811 (diff)
downloadnode-new-07fdbbd015583f25149f649ac007e8fac104ba08.tar.gz
Revert "deps: disable avx512 for simutf on benchmark ci"
This reverts commit 09f33c9c530349b44eeaf00fe0cf847f87bea5ad. PR-URL: https://github.com/nodejs/node/pull/45948 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'deps/simdutf')
-rw-r--r--deps/simdutf/simdutf.gyp15
1 files changed, 0 insertions, 15 deletions
diff --git a/deps/simdutf/simdutf.gyp b/deps/simdutf/simdutf.gyp
index 93c83e618c..baa6ad7e43 100644
--- a/deps/simdutf/simdutf.gyp
+++ b/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',
@@ -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'],
- }],
- ],
- }],
- ],
},
]
}