Commit graph

9 commits

Author SHA1 Message Date
Ben Gräf
4c995ea443
Integrated cryptonight-ultralite + optimizations (#226)
* Integrated cryptonight-ultralite + optimizations
2019-01-13 14:40:11 +00:00
Ben Gräf
9d36a64ba1 Fixed windows build 2019-01-04 20:03:21 +01:00
Ben Gräf
2a16c28186 Fixed last typos 2019-01-04 19:48:57 +01:00
Ben Gräf
0c310c3ffd More typo fixes 2019-01-04 19:47:09 +01:00
Ben Gräf
f545fa52cb Fixed windows asm files 2019-01-04 19:45:16 +01:00
Ben Gräf
1273e45e46
Integrated new Algos (#224)
- Added XLT v5/9 with autodetect(algo: "cryptonight", variant: "xtl" (autodetect), "xtlv9" (force v9))
- Added cn-lite variant UPX/uPlexa (algo: "cryptonight-lite", variant "upx")
- Added force-pow-variant parameter to force usage of the variant from the config and skip parsing of pow/variant from job/pool
2019-01-04 18:34:48 +00:00
Ben Gräf
8997e74b90
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
2018-11-12 12:20:59 +01:00
BenDr0id
9b0ec951b4 Added ASM for cn-lite v1 support 2018-10-16 11:18:33 +02:00
Ben Gräf
9653e6b092 Fix win mvc build 2018-10-16 00:55:37 +02:00
Renamed from src/crypto/asm/cn_main_loop.asm (Browse further)