_mulkc3.c (__mulkc3): Add forward declaration.
2017-11-30 Michael Meissner <meissner@linux.vnet.ibm.com> * config/rs6000/_mulkc3.c (__mulkc3): Add forward declaration. * config/rs6000/_divkc3.c (__divkc3): Likewise. From-SVN: r255289
This commit is contained in:
parent
5a1f4e57b6
commit
6ae3512c0e
3 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2017-11-30 Michael Meissner <meissner@linux.vnet.ibm.com>
|
||||
|
||||
* config/rs6000/_mulkc3.c (__mulkc3): Add forward declaration.
|
||||
* config/rs6000/_divkc3.c (__divkc3): Likewise.
|
||||
|
||||
PR libgcc/83112
|
||||
* config/rs6000/float128-ifunc.c (__addkf3_resolve): Use the
|
||||
correct type for all ifunc resolvers to silence -Wattribute-alias
|
||||
|
|
|
@ -37,6 +37,8 @@ typedef __complex float KCtype __attribute__ ((mode (KC)));
|
|||
#define __divkc3 __divkc3_sw
|
||||
#endif
|
||||
|
||||
extern KCtype __divkc3 (KFtype, KFtype, KFtype, KFtype);
|
||||
|
||||
KCtype
|
||||
__divkc3 (KFtype a, KFtype b, KFtype c, KFtype d)
|
||||
{
|
||||
|
|
|
@ -35,6 +35,8 @@ typedef __complex float KCtype __attribute__ ((mode (KC)));
|
|||
#define __mulkc3 __mulkc3_sw
|
||||
#endif
|
||||
|
||||
extern KCtype __mulkc3 (KFtype, KFtype, KFtype, KFtype);
|
||||
|
||||
KCtype
|
||||
__mulkc3 (KFtype a, KFtype b, KFtype c, KFtype d)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue