mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user