mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/libbase: remove fabsf
This commit is contained in:
parent
771a27d964
commit
e982571953
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#define fabsf(x) ((x) > 0.0 ? x : -x)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vsnprintf - Format a string and place it in a buffer
|
* vsnprintf - Format a string and place it in a buffer
|
||||||
* @buf: The buffer to place the result into
|
* @buf: The buffer to place the result into
|
||||||
|
|
Loading…
Reference in a new issue