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:
Ben Gräf 2018-11-12 12:20:59 +01:00 committed by GitHub
parent eebf62cd6a
commit 8997e74b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 992 additions and 46 deletions

View file

@ -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: