Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4063cdc

Browse filesBrowse files
anonrigjuanarbol
authored andcommitted
Revert "deps: disable avx512 for simutf on benchmark ci"
This reverts commit 09f33c9. PR-URL: #45948 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 560ee24 commit 4063cdc
Copy full SHA for 4063cdc

File tree

Expand file treeCollapse file tree

1 file changed

+0
-15
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-15
lines changed
Open diff view settings
Collapse file

‎deps/simdutf/simdutf.gyp‎

Copy file name to clipboard
-15Lines changed: 0 additions & 15 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.