ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/OpenCL.xs
(Generate patch)

Comparing OpenCL/OpenCL.xs (file contents):
Revision 1.71 by root, Sat May 5 02:45:38 2012 UTC vs.
Revision 1.72 by root, Sat May 5 12:54:04 2012 UTC

790 { sizeof (cl_long ), "SIZEOF_LONG" }, 790 { sizeof (cl_long ), "SIZEOF_LONG" },
791 { sizeof (cl_ulong ), "SIZEOF_ULONG" }, 791 { sizeof (cl_ulong ), "SIZEOF_ULONG" },
792 { sizeof (cl_half ), "SIZEOF_HALF" }, 792 { sizeof (cl_half ), "SIZEOF_HALF" },
793 { sizeof (cl_float ), "SIZEOF_FLOAT" }, 793 { sizeof (cl_float ), "SIZEOF_FLOAT" },
794 { sizeof (cl_double), "SIZEOF_DOUBLE" }, 794 { sizeof (cl_double), "SIZEOF_DOUBLE" },
795 { PREFER_1_1 , "PREFER_1_1" },
795#include "constiv.h" 796#include "constiv.h"
796 }; 797 };
797 798
798 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ > const_iv; civ--) 799 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ > const_iv; civ--)
799 newCONSTSUB (stash, (char *)civ[-1].name, newSViv (civ[-1].iv)); 800 newCONSTSUB (stash, (char *)civ[-1].name, newSViv (civ[-1].iv));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines