Removed skx from code snippet in previous commit.

Details:
- The docs/ConfigurationHowTo.md document was written with examples that
  did not yet contain the skx sub-configuration, but the previous commit
  included bli_arch.c code copied and pasted from a recent commit that
  does support skx. To keep things consistent, I've removed skx from the
  recently-added ConfigurationHowTo.md code snippet.
This commit is contained in:
Field G. Van Zee
2018-08-22 14:58:24 -05:00
parent 48211a980d
commit 7afd095af3

View File

@@ -735,7 +735,6 @@ Adding support for a new-subconfiguration to BLIS is similar to adding support f
```c
static char* config_name[ BLIS_NUM_ARCHS ] =
{
"skx",
"knl",
"knc",
"haswell",