~ubuntu-branches/ubuntu/trusty/libclc/trusty-proposed

« back to all changes in this revision

Viewing changes to generic/include/clc/math/ceil.h

  • Committer: Package Import Robot
  • Author(s): Michael Gilbert
  • Date: 2013-09-02 17:56:00 UTC
  • Revision ID: package-import@ubuntu.com-20130902175600-yzwtm29jme08wzs5
Tags: upstream-0~git20130819
ImportĀ upstreamĀ versionĀ 0~git20130819

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#undef ceil
 
2
#define ceil __clc_ceil
 
3
 
 
4
#define __CLC_FUNCTION __clc_ceil
 
5
#define __CLC_INTRINSIC "llvm.ceil"
 
6
#include <clc/math/unary_intrin.inc>