This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: SSE sqrt patterns


On Tue, Feb 13, 2001 at 06:53:16PM +0100, Jan Hubicka wrote:
> 	* i386.c (sqrt?f2): Change to expander.
> 	(sqrt?f2_1, sqrt?f2_sse_only, sqrt?f2_i387): New.

Ok.

> ! (define_expand "sqrtdf2"
> !   [(set (match_operand:DF 0 "register_operand" "")
> ! 	(sqrt:DF (match_operand:DF 1 "nonimmediate_operand" "")))]
> !   "(! TARGET_NO_FANCY_MATH_387 && TARGET_80387) || TARGET_SSE"

SSE1 has sqrtsd?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]