mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
misc: Add Martin Danielsen to AUTHORS.
This commit is contained in:
parent
b11ca3650a
commit
71927bb0ba
@ -3,7 +3,8 @@
|
|||||||
## Current
|
## Current
|
||||||
|
|
||||||
* Scrypt-only refactor and maintenance: Noel Maersk <veox at wemakethings dot net> LfxRFgXzA13TSTxgFGUFEtumv5ShGzAmLw
|
* Scrypt-only refactor and maintenance: Noel Maersk <veox at wemakethings dot net> LfxRFgXzA13TSTxgFGUFEtumv5ShGzAmLw
|
||||||
* Benjamin Herrenschmidt (ozbenh)
|
* Many improvements to core: Martin Danielsen <kalroth@gmail.com>
|
||||||
|
* ADL bugfix to R290x cards: Benjamin Herrenschmidt (ozbenh)
|
||||||
|
|
||||||
## Legacy
|
## Legacy
|
||||||
|
|
||||||
|
@ -2044,12 +2044,6 @@ static void adj_width(int var, int *length)
|
|||||||
(*length)++;
|
(*length)++;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void adj_fwidth(float var, int *length)
|
|
||||||
{
|
|
||||||
if ((int)(log10(var) + 1) > *length)
|
|
||||||
(*length)++;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int dev_width;
|
static int dev_width;
|
||||||
|
|
||||||
static void curses_print_devstatus(struct cgpu_info *cgpu, int count)
|
static void curses_print_devstatus(struct cgpu_info *cgpu, int count)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user