[Bug 221733] SSE2 instructions emited in compiler-rt on AMD Sempron 3000+
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 23 12:12:38 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221733
Ed Maste <emaste at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |emaste at freebsd.org
--- Comment #2 from Ed Maste <emaste at freebsd.org> ---
To be clear, this is not a compiler bug: floatdidf comes from an assembly
routine in compiler-rt/lib/builtins/i386/floatdidf.S. I see there is a generic
C version in compiler-rt/lib/builtins/floatdidf.c that we might be able to use,
although preferably using the optimized one (via ifunc or such) when possible.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-toolchain
mailing list