diff options
Diffstat (limited to 'results/scraper/fex/1626')
| -rw-r--r-- | results/scraper/fex/1626 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/results/scraper/fex/1626 b/results/scraper/fex/1626 new file mode 100644 index 000000000..fe0aba588 --- /dev/null +++ b/results/scraper/fex/1626 @@ -0,0 +1,13 @@ +Classify unit tests with string feature requirements +Something in the config that we can query and gives a textual representation of what the runner (Host or FEX) needs to support to even try executing. Skip if it doesn't. +Something in the config section like: + +```json +%ifdef CONFIG +{ + "RegData": { + "XMM0": ["0x5152535455565758", "0x7172737475767778"] + }, + "Requires": ["SSE", "SSE2", "AVX"] +} +%endif``` \ No newline at end of file |