Home
last modified time | relevance | path

Searched hist:bff207520a600c17f408dc67276019bb4273f7db (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libgcc_s/
H A DMakefilediff bff207520a600c17f408dc67276019bb4273f7db Thu Oct 13 21:18:00 CEST 2016 Ed Maste <emaste@FreeBSD.org> libgcc_s: add libm dependencies from div{d,s,x}c3

compiler-rt's complex division support routines contain calls to
compiler builtins such as `__builtin_scalbnl`. Unfortunately Clang
turns these back into a call to `scalbnl`.

For now link libm's C version of the required support routines.

Reviewed by: ed
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D8190