diff options
author | emaste <emaste@FreeBSD.org> | 2015-04-07 19:28:53 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2015-04-07 19:28:53 +0000 |
commit | 38f40056bce08a5310cf57596a390e1c4aa3a792 (patch) | |
tree | ffb2ed31a2c44386c23bdc2a9d1d1dc6d05ef62b /lib/libcompiler_rt | |
parent | 3c08520e3fb5ef6bbe2702f21cab7be028cf96a2 (diff) | |
download | FreeBSD-src-38f40056bce08a5310cf57596a390e1c4aa3a792.zip FreeBSD-src-38f40056bce08a5310cf57596a390e1c4aa3a792.tar.gz |
compiler-rt: Implement multc3 - quad-precision complex multiplication
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
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r-- | lib/libcompiler_rt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index 5c5e110..b9de09a 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -108,6 +108,7 @@ SRCF= absvdi2 \ mulvdi3 \ mulvsi3 \ mulvti3 \ + multc3 \ mulxc3 \ negdf2 \ negdi2 \ |