1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 16:05:05 -05:00

Remove conflicting declaration for _mulx_u64.

This commit is contained in:
XMRig
2017-04-25 03:20:32 +03:00
parent b35ecef06f
commit e71e9486c6
5 changed files with 13 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
# v0.6.0
- Added automatic cryptonight self test.
- Added support for software AES `--av=4`. Will be automatically selected if cpu not support AES-NI.
- New software AES algorithm variation `--av=4`. Will be automatically selected if cpu not support AES-NI.
- Added 32 bit builds.
- Documented [algorithm variations](https://github.com/xmrig/xmrig#algorithm-variations).