Add ASM optimizations (#208)
* Add ASM optimizations - Add ASM optimization for CN-FAST on INTEL - Add ASM optimization for CNV2 on AMD Bulldozer - Alloy is now announced as XAO * Upgraded default configs
This commit is contained in:
parent
eebf62cd6a
commit
8997e74b90
18 changed files with 992 additions and 46 deletions
|
@ -50,7 +50,7 @@ inline std::string getPowVariantName(PowVariant powVariant)
|
|||
case POW_TUBE:
|
||||
return "tube";
|
||||
case POW_ALLOY:
|
||||
return "alloy";
|
||||
return "xao";
|
||||
case POW_XTL:
|
||||
return "xtl";
|
||||
case POW_MSR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue