mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 18:01:31 +08:00
* config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
From-SVN: r50339
This commit is contained in:
parent
6901a00903
commit
6185f21704
@ -1,3 +1,7 @@
|
||||
2002-03-05 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
|
||||
|
||||
2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
|
||||
|
@ -5136,7 +5136,7 @@
|
||||
(define_expand "floatsidf2"
|
||||
[(set (match_operand:DF 0 "register_operand" "")
|
||||
(float:DF (match_operand:SI 1 "nonimmediate_operand" "")))]
|
||||
""
|
||||
"TARGET_80387 || TARGET_SSE2"
|
||||
"")
|
||||
|
||||
(define_insn "*floatsidf2_i387"
|
||||
|
Loading…
x
Reference in New Issue
Block a user