re PR target/88474 (Inline built-in hypot for -ffast-math)
authorUros Bizjak <ubizjak@gmail.com>
Fri, 14 Dec 2018 17:04:48 +0000 (18:04 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 14 Dec 2018 17:04:48 +0000 (18:04 +0100)
commit4dd9b6c6bc80f2f1f11a1041b713d9e83a9c7f84
treefd1dafef179bd8f619ac5bf6413ad0c8a33e8f4f
parent7e1f39b6aa7e01a31a9db07f85eed4f8fce08db9
re PR target/88474 (Inline built-in hypot for -ffast-math)

PR target/88474
* internal-fn.def (HYPOT): New.
* optabs.def (hypot_optab): New.
* config/i386/i386.md (hypot<mode>3): New expander.

From-SVN: r267137
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/internal-fn.def
gcc/optabs.def