Discussion:
CVS commit: pcc-libs/libpcc
Anders Magnusson
2014-07-01 12:58:37 UTC
Permalink
Module Name: pcc-libs
Committed By: ragge
Date: Tue Jul 1 12:58:37 UTC 2014

Added Files:
pcc-libs/libpcc: cxmuldiv.c

Log Message:
Complex mul/div as subroutines, to satisfy C99 requirements.
Uses the same naming as gcc. Next step in fixing Jira#PCC-413.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pcc-libs/libpcc/cxmuldiv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-07-01 13:01:48 UTC
Permalink
Module Name: pcc-libs
Committed By: ragge
Date: Tue Jul 1 13:01:48 UTC 2014

Modified Files:
pcc-libs/libpcc: Makefile.in

Log Message:
Add cxmuldiv to makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pcc-libs/libpcc/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-07-02 12:13:36 UTC
Permalink
Module Name: pcc-libs
Committed By: ragge
Date: Wed Jul 2 12:13:36 UTC 2014

Modified Files:
pcc-libs/libpcc: cxmuldiv.c

Log Message:
Fix bugs causing complex div to fail sometimes.
Fixes Jira#PCC-413 by Fred J. Tydeman.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pcc-libs/libpcc/cxmuldiv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...