diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2012-08-05 22:25:12 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2012-08-05 22:25:12 +0000 |
commit | 1e373f07af5113529cb03f4699971b492cb508ed (patch) | |
tree | 14b4a8ee2b1f28bd4166ce084ac09b09efd591a7 /libclc/generic/lib/SOURCES | |
parent | 49b4d8cc656488f9d389e06a49e6e699010e2bd8 (diff) | |
download | bcm5719-llvm-1e373f07af5113529cb03f4699971b492cb508ed.tar.gz bcm5719-llvm-1e373f07af5113529cb03f4699971b492cb508ed.zip |
Implement sub_sat builtin. Patch by Lei Mou!
llvm-svn: 161312
Diffstat (limited to 'libclc/generic/lib/SOURCES')
-rw-r--r-- | libclc/generic/lib/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libclc/generic/lib/SOURCES b/libclc/generic/lib/SOURCES index 06081169100..344c8650fc1 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/generic/lib/SOURCES @@ -7,5 +7,8 @@ integer/abs.cl integer/add_sat.cl integer/add_sat.ll integer/add_sat_impl.ll +integer/sub_sat.cl +integer/sub_sat.ll +integer/sub_sat_impl.ll math/hypot.cl math/mad.cl |