Displaying 1 result from an estimated 1 matches for "parse_value".
Did you mean:
  _parse_value
  
2018 Aug 02
1
[PATCH 1/2] Add fabs() implementation
When we add -ffreestanding the compiler won't get to inline this any more.
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 com32/lib/math/fabs.S | 15 +++++++++++++++
 mk/lib.mk             |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 com32/lib/math/fabs.S
diff --git a/com32/lib/math/fabs.S b/com32/lib/math/fabs.S
new file mode 100644
index