diff options
author | Vincent Lejeune <[email protected]> | 2012-10-08 15:37:39 +0200 |
---|---|---|
committer | Vincent Lejeune <[email protected]> | 2012-10-10 22:03:33 +0200 |
commit | 5090ce42e4437a2f9d1043309417b3fa930ee330 (patch) | |
tree | 1d94b03c820907598f23cae4af28ed47ec6cedd8 /src/gallium/drivers/radeon/AMDILIntrinsics.td | |
parent | 9a6bb3f645eec8ce9b04584f1bd8e76095f20a06 (diff) |
radeon/llvm: use ceil intrinsic instead of llvm.AMDIL.round.posinf
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILIntrinsics.td')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILIntrinsics.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/AMDILIntrinsics.td b/src/gallium/drivers/radeon/AMDILIntrinsics.td index 213c8bbfbb7..3f9e20f0c85 100644 --- a/src/gallium/drivers/radeon/AMDILIntrinsics.td +++ b/src/gallium/drivers/radeon/AMDILIntrinsics.td @@ -146,8 +146,6 @@ let TargetPrefix = "AMDIL", isTarget = 1 in { UnaryIntFloat; def int_AMDIL_round_neginf : GCCBuiltin<"__amdil_round_neginf">, UnaryIntFloat; - def int_AMDIL_round_posinf : GCCBuiltin<"__amdil_round_posinf">, - UnaryIntFloat; def int_AMDIL_round_zero : GCCBuiltin<"__amdil_round_zero">, UnaryIntFloat; def int_AMDIL_acos : GCCBuiltin<"__amdil_acos">, |