Skip to content

Commit

Permalink
Fixed a compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
afxgroup committed Jul 26, 2023
1 parent 1f5c0c2 commit 91f2fff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
39 changes: 0 additions & 39 deletions library/math/math_headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -556,43 +556,4 @@ extern float complex __ldexp_cexpf(float complex,int);
#define __ieee754_ynf ynf
#define __ieee754_remainderf remainderf

#ifdef __SPE__
#include "soft-float/soft-fp.h"
#include "soft-float/double.h"
#include "soft-float/quad.h"
#include "soft-float/single.h"

extern SFtype __addsf3(SFtype a, SFtype b);
extern DFtype __adddf3(DFtype a, DFtype b);
extern DFtype __divdf3(DFtype a, DFtype b);
extern SFtype __divsf3(SFtype a, SFtype b);
extern TFtype __divtf3(TFtype a, TFtype b);
extern CMPtype __eqdf2(DFtype a, DFtype b);
extern CMPtype __eqsf2(SFtype a, SFtype b);
extern DFtype __extendsfdf2(SFtype a);
extern SItype __fixdfsi(DFtype a);
extern SItype __fixsfsi(SFtype a);
extern USItype __fixunsdfsi(DFtype a);
extern USItype __fixunssfsi(SFtype a);
extern DFtype __floatsidf(SItype i);
extern SFtype __floatsisf(SItype i);
extern DFtype __floatunsidf(USItype i);
extern SFtype __floatunsisf(USItype i);
extern CMPtype __gesf2(SFtype a, SFtype b);
extern CMPtype __gedf2(DFtype a, DFtype b);
extern CMPtype __gtdf2(DFtype a, DFtype b);
extern CMPtype __gtsf2(SFtype a, SFtype b);
extern CMPtype __ledf2(DFtype a, DFtype b);
extern CMPtype __lesf2(SFtype a, SFtype b);
extern CMPtype __ltdf2(DFtype a, DFtype b);
extern CMPtype __ltsf2(SFtype a, SFtype b);
extern DFtype __muldf3(DFtype a, DFtype b);
extern SFtype __mulsf3(SFtype a, SFtype b);
extern CMPtype __nedf2(DFtype a, DFtype b);
extern CMPtype __nesf2(SFtype a, SFtype b);
extern DFtype __subdf3(DFtype a, DFtype b);
extern SFtype __subsf3(SFtype a, SFtype b);
extern SFtype __truncdfsf2(DFtype a);
#endif

#endif /* _MATH_HEADERS_H */
7 changes: 0 additions & 7 deletions library/shared_library/interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@
#include <sys/utsname.h>
#include <sys/uio.h>

#ifdef __SPE__
#include "soft-float/soft-fp.h"
#include "soft-float/double.h"
#include "soft-float/quad.h"
#include "soft-float/single.h"
#endif

struct NameTranslationInfo;

#ifdef __GNUC__
Expand Down

0 comments on commit 91f2fff

Please sign in to comment.