diff options
| author | Aaron Watry <awatry@gmail.com> | 2014-08-23 14:06:01 +0000 |
|---|---|---|
| committer | Aaron Watry <awatry@gmail.com> | 2014-08-23 14:06:01 +0000 |
| commit | 9447097636913cdf3ea90ad40baca0c437b1dc27 (patch) | |
| tree | fb1116c30b774bfebc1a9cc74c52dc73b85e0b9e /libclc/generic/include/clc/integer | |
| parent | a4fdda01b860cf3c765aafd15a6b05e6ee3e095d (diff) | |
| download | bcm5719-llvm-9447097636913cdf3ea90ad40baca0c437b1dc27.tar.gz bcm5719-llvm-9447097636913cdf3ea90ad40baca0c437b1dc27.zip | |
Revert "Implement generic mad_sat"
This reverts commit cf62eded8b623a1c10d3692d25e5882b7939f564.
I didn't mean to commit this... Jan has a v3 incoming
llvm-svn: 216322
Diffstat (limited to 'libclc/generic/include/clc/integer')
| -rw-r--r-- | libclc/generic/include/clc/integer/mad_sat.h | 3 | ||||
| -rw-r--r-- | libclc/generic/include/clc/integer/mad_sat.inc | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/libclc/generic/include/clc/integer/mad_sat.h b/libclc/generic/include/clc/integer/mad_sat.h deleted file mode 100644 index 3e92372a27d..00000000000 --- a/libclc/generic/include/clc/integer/mad_sat.h +++ /dev/null @@ -1,3 +0,0 @@ -#define __CLC_BODY <clc/integer/mad_sat.inc> -#include <clc/integer/gentype.inc> -#undef __CLC_BODY diff --git a/libclc/generic/include/clc/integer/mad_sat.inc b/libclc/generic/include/clc/integer/mad_sat.inc deleted file mode 100644 index 5da2bdf8908..00000000000 --- a/libclc/generic/include/clc/integer/mad_sat.inc +++ /dev/null @@ -1 +0,0 @@ -_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE mad_sat(__CLC_GENTYPE x, __CLC_GENTYPE y, __CLC_GENTYPE z); |

