| 17 | namespace compute { |
| 18 | |
| 19 | BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION(abs, T (T), class T) |
| 20 | BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION(abs_diff, T (T, T), class T) |
| 21 | BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION(add_sat, T (T, T), class T) |
| 22 | BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION(hadd, T (T, T), class T) |
nothing calls this directly
no outgoing calls
no test coverage detected