| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f1dcbe7 commit 64d3e3f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,9 @@ | |||
| 1 | 1 | { | |
| 2 | + 'variables': { | ||
| 3 | + 'gas_version%': '0.0', | ||
| 4 | + 'nasm_version%': '0.0', | ||
| 5 | + 'llvm_version%': '0.0', | ||
| 6 | + }, | ||
| 2 | 7 | 'targets': [ | |
| 3 | 8 | { | |
| 4 | 9 | 'target_name': 'simdutf', | |
@@ -8,6 +13,16 @@ | |||
| 8 | 13 | 'include_dirs': ['.'], | |
| 9 | 14 | }, | |
| 10 | 15 | '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 | + ], | ||
| 11 | 26 | }, | |
| 12 | 27 | ] | |
| 13 | 28 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments