~ubuntu-branches/ubuntu/vivid/libclc/vivid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Gilbert, Julian Wollrath, Michael Gilbert
  • Date: 2014-01-10 02:46:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140110024615-7htdxf30p179tsq5
Tags: 0~git20140101-1
[ Julian Wollrath ]
* New upstream snapshot.
* Use LLVM 3.4 and correct dependencies.
* Enable verbose build.
* Bump standards version to 3.9.5 (no changes needed).
* Update years in debian/copyright.

[ Michael Gilbert ]
* Eliminate duplicated files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define __CLC_BODY <clc/math/binary_decl.inc>
 
2
 
 
3
#define __CLC_FUNCTION nextafter
 
4
#include <clc/math/gentype.inc>
 
5
#undef __CLC_FUNCTION
 
6
 
 
7
#define __CLC_FUNCTION __clc_nextafter
 
8
#include <clc/math/gentype.inc>
 
9
#undef __CLC_FUNCTION
 
10
 
 
11
#undef __CLC_BODY