Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler-rt: update __multc3 to upstream style and variable names | emaste | 2015-08-19 | 1 | -44/+39 |
| | | | | | | | | I introduced a local copy of __multc3 in r281221, which has now been committed upstream to compiler-rt in revision 245296. Update our version to match the changes made there. Sponsored by: The FreeBSD Foundation | ||||
* | compiler-rt: Implement multc3 - quad-precision complex multiplication | emaste | 2015-04-07 | 1 | -0/+73 |
This may be reworked based on upstream discussion. This version is here to support arm64 world builds. Reviewed by: ed Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2173 |