diff options
author | Eric Christopher <echristo@apple.com> | 2010-03-04 01:34:19 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-03-04 01:34:19 +0000 |
commit | 2ac7472f87cdb157f23ef47422d3dcf1bc66013a (patch) | |
tree | 42dba0132aeff871c33992c07f865774a4db7f37 /include | |
parent | 4819ac44c0e5222ebfe8e199c51f653f52177336 (diff) |
Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions.
Re-enable test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/clang/Basic/BuiltinsX86.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Basic/BuiltinsX86.def b/include/clang/Basic/BuiltinsX86.def index 0062846a7a..5d80528817 100644 --- a/include/clang/Basic/BuiltinsX86.def +++ b/include/clang/Basic/BuiltinsX86.def @@ -281,8 +281,8 @@ BUILTIN(__builtin_ia32_pmovzxwq128, "V2LLiV8s", "") BUILTIN(__builtin_ia32_pmuldq128, "V2LLiV4iV4i", "") BUILTIN(__builtin_ia32_pmulld128, "V4iV4iV4i", "") BUILTIN(__builtin_ia32_roundps, "V4fV4fi", "") -BUILTIN(__builtin_ia32_roundss, "V4fV4fi", "") -BUILTIN(__builtin_ia32_roundsd, "V2dV2di", "") +BUILTIN(__builtin_ia32_roundss, "V4fV4fV4fi", "") +BUILTIN(__builtin_ia32_roundsd, "V2dV2dV2di", "") BUILTIN(__builtin_ia32_roundpd, "V2dV2di", "") |