From 740f981cfd55604d46598144dccac26dd53f643c Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sun, 12 Jun 2011 20:27:10 -0700 Subject: [sim] renamed to riscv-isa-run --- softfloat/s_le128.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 softfloat/s_le128.c (limited to 'softfloat/s_le128.c') diff --git a/softfloat/s_le128.c b/softfloat/s_le128.c deleted file mode 100755 index 83b1d7f..0000000 --- a/softfloat/s_le128.c +++ /dev/null @@ -1,13 +0,0 @@ - -#include -#include -#include "platform.h" -#include "primitives.h" - -bool softfloat_le128( uint64_t a64, uint64_t a0, uint64_t b64, uint64_t b0 ) -{ - - return ( a64 < b64 ) || ( ( a64 == b64 ) && ( a0 <= b0 ) ); - -} - -- cgit v1.1