OSDN Git Service

Fix SSE4.1 roundss, roundsd. While the instructions have
authorDale Johannesen <dalej@apple.com>
Fri, 10 Oct 2008 23:51:03 +0000 (23:51 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 10 Oct 2008 23:51:03 +0000 (23:51 +0000)
commite397acce9db154d8355eb78e701622383f551074
treec60537a248a27cda5986b92569ee623ba2be01ec
parentfc19fbd2ca2759eafaea4d174a814f9236f2d0e8
Fix SSE4.1 roundss, roundsd.  While the instructions have
the same pattern as roundpd/roundps, the Intel compiler
builtins do not:  rounds* has an extra operand.  Fixes
gcc.target/i386/sse4_1-rounds[sd]-[1234].c

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57370 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IntrinsicsX86.td
lib/Target/X86/X86InstrSSE.td