]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/TPCLib/tracking-ca/cagpu/AliHLTTPCCAGPUTrackerNVCC.cu.x86_64-pc-linux-gnu.patch
Measurement of the masses from the expected times with MC corrections for the Nuclei...
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / cagpu / AliHLTTPCCAGPUTrackerNVCC.cu.x86_64-pc-linux-gnu.patch
1 --- AliHLTTPCCAGPUTracker.cucpp 2009-05-28 12:14:09.000000000 +0200 
2 +++ release/x86_64-pc-linux-gnu/code/AliHLTTPCCAGPUTracker.cucpp 2009-05-28 12:10:25.000000000 +0200
3 @@ -1530,10 +1530,10 @@
4  extern "C" { extern int getdate_err; }
5  extern "C" tm *getdate(const char *);
6  extern "C" int getdate_r(const char *__restrict__, tm *__restrict__);
7 -extern "C" { extern inline __attribute__((__weak__)) void *memcpy(void *__restrict__, const void *__restrict__, size_t) throw() __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))) __attribute__((nonnull(2))); }
8 +extern "C" { extern inline void *memcpy(void *__restrict__, const void *__restrict__, size_t) throw() __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))) __attribute__((nonnull(2))); }
9  extern "C" { extern inline void *memmove(void *, const void *, size_t) throw() __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))) __attribute__((nonnull(2))); }
10  extern "C" void *memccpy(void *__restrict__, const void *__restrict__, int, size_t) throw() __attribute__((nonnull(1))) __attribute__((nonnull(2)));
11 -extern "C" { extern inline __attribute__((__weak__)) void *memset(void *, int, size_t) throw() __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))); }
12 +extern "C" { extern inline void *memset(void *, int, size_t) throw() __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))); }
13  extern "C" int memcmp(const void *, const void *, size_t) throw() __attribute__((__pure__)) __attribute__((nonnull(1))) __attribute__((nonnull(2)));
14  extern inline void *memchr(void *, int, size_t) throw() __asm__("memchr") __attribute__((__pure__)) __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1)));
15  extern inline const void *memchr(const void *, int, size_t) throw() __asm__("memchr") __attribute__((__pure__)) __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1)));
16 @@ -1661,7 +1661,7 @@
17  char *basename(char *) throw() __asm__("basename") __attribute__((nonnull(1)));
18  const char *basename(const char *) throw() __asm__("basename") __attribute__((nonnull(1)));
19  extern "C" void __warn_memset_zero_len();
20 -extern "C" { inline __attribute__((__weak__)) __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))) __attribute__((nonnull(2))) void *memcpy(void *__restrict__ __dest, const void *__restrict__ __src, size_t __len) throw()
21 +extern "C" { inline __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))) __attribute__((nonnull(2))) void *memcpy(void *__restrict__ __dest, const void *__restrict__ __src, size_t __len) throw()
22  {
23  return __builtin___memcpy_chk(__dest, __src, __len, __builtin_object_size(__dest, 0));
24  } }
25 @@ -1673,7 +1673,7 @@
26  {
27  return __builtin___mempcpy_chk(__dest, __src, __len, __builtin_object_size(__dest, 0));
28  } }
29 -extern "C" { inline __attribute__((__weak__)) __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))) void *memset(void *__dest, int __ch, size_t __len) throw()
30 +extern "C" { inline __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))) void *memset(void *__dest, int __ch, size_t __len) throw()
31  {
32  if (((0) && (__len == (0))) && ((!(0)) || (__ch != 0)))
33  {
34 @@ -1719,8 +1719,6 @@
35  return __builtin___strncat_chk(__dest, __src, __len, __builtin_object_size(__dest, 2 > 1));
36  } }
37  extern "C" __attribute__((__weak__)) clock_t clock() throw();
38 -extern "C" { extern inline __attribute__((__weak__)) void *memset(void *, int, size_t) throw() __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))); }
39 -extern "C" { extern inline __attribute__((__weak__)) void *memcpy(void *, const void *, size_t) throw() __attribute__((__gnu_inline__)) __attribute__((__always_inline__)) __attribute__((nonnull(1))) __attribute__((nonnull(2))); }
40  extern "C" __attribute__((__weak__)) int abs(int) throw() __attribute__((__warn_unused_result__)) __attribute__((__const__));
41  extern "C" __attribute__((__weak__)) long labs(long) throw() __attribute__((__warn_unused_result__)) __attribute__((__const__));
42  extern "C" __attribute__((__weak__)) long long llabs(long long) throw() __attribute__((__warn_unused_result__)) __attribute__((__const__));
43 @@ -1862,11 +1860,8 @@
44  extern "C" __attribute__((__weak__)) int __isnanf(float) throw() __attribute__((__const__));
45  extern "C" __attribute__((__weak__)) int __finite(double) throw() __attribute__((__const__));
46  extern "C" __attribute__((__weak__)) int __finitef(float) throw() __attribute__((__const__));
47 -extern "C" { extern inline __attribute__((__weak__)) int __signbit(double) throw() __attribute__((__gnu_inline__)) __attribute__((__const__)); }
48 -extern "C" { extern inline __attribute__((__weak__)) int __signbitf(float) throw() __attribute__((__gnu_inline__)) __attribute__((__const__)); }
49  extern "C" __attribute__((__weak__)) double fma(double, double, double) throw();
50  extern "C" __attribute__((__weak__)) float fmaf(float, float, float) throw();
51 -extern "C" { extern inline __attribute__((__weak__)) int __signbitl(long double) throw() __attribute__((__gnu_inline__)) __attribute__((__const__)); }
52  extern "C" __attribute__((__weak__)) int __isinfl(long double) throw() __attribute__((__const__));
53  extern "C" __attribute__((__weak__)) int __isnanl(long double) throw() __attribute__((__const__));
54  extern "C" __attribute__((__weak__)) int __finitel(long double) throw() __attribute__((__const__));
55 @@ -1948,7 +1943,7 @@
56  extern "C" __attribute__((__weak__)) double fmax(double, double) throw(); extern "C" double __fmax(double, double) throw();
57  extern "C" __attribute__((__weak__)) double fmin(double, double) throw(); extern "C" double __fmin(double, double) throw();
58  extern "C" int __fpclassify(double) throw() __attribute__((__const__));
59 -extern "C" { extern inline __attribute__((__weak__)) int __signbit(double) throw() __attribute__((__gnu_inline__)) __attribute__((__const__)); }
60 +extern "C" { extern inline int __signbit(double) throw() __attribute__((__gnu_inline__)) __attribute__((__const__)); }
61  extern "C" __attribute__((__weak__)) double fma(double, double, double) throw(); extern "C" double __fma(double, double, double) throw();
62  extern "C" double scalb(double, double) throw(); extern "C" double __scalb(double, double) throw();
63  extern "C" __attribute__((__weak__)) float acosf(float) throw(); extern "C" float __acosf(float) throw();
64 @@ -2027,7 +2022,7 @@
65  extern "C" __attribute__((__weak__)) float fmaxf(float, float) throw(); extern "C" float __fmaxf(float, float) throw();
66  extern "C" __attribute__((__weak__)) float fminf(float, float) throw(); extern "C" float __fminf(float, float) throw();
67  extern "C" int __fpclassifyf(float) throw() __attribute__((__const__));
68 -extern "C" { extern inline __attribute__((__weak__)) int __signbitf(float) throw() __attribute__((__gnu_inline__)) __attribute__((__const__)); }
69 +extern "C" { extern inline int __signbitf(float) throw() __attribute__((__gnu_inline__)) __attribute__((__const__)); }
70  extern "C" __attribute__((__weak__)) float fmaf(float, float, float) throw(); extern "C" float __fmaf(float, float, float) throw();
71  extern "C" float scalbf(float, float) throw(); extern "C" float __scalbf(float, float) throw();
72  extern "C" long double acosl(long double) throw(); extern "C" long double __acosl(long double) throw();
73 @@ -2106,7 +2101,7 @@
74  extern "C" long double fmaxl(long double, long double) throw(); extern "C" long double __fmaxl(long double, long double) throw();
75  extern "C" long double fminl(long double, long double) throw(); extern "C" long double __fminl(long double, long double) throw();
76  extern "C" int __fpclassifyl(long double) throw() __attribute__((__const__));
77 -extern "C" { extern inline __attribute__((__weak__)) int __signbitl(long double) throw() __attribute__((__gnu_inline__)) __attribute__((__const__)); }
78 +extern "C" { extern inline int __signbitl(long double) throw() __attribute__((__gnu_inline__)) __attribute__((__const__)); }
79  extern "C" long double fmal(long double, long double, long double) throw(); extern "C" long double __fmal(long double, long double, long double) throw();
80  extern "C" long double scalbl(long double, long double) throw(); extern "C" long double __scalbl(long double, long double) throw();
81  extern "C" { extern int signgam; }
82 @@ -2134,19 +2129,19 @@
83  double retval;
84  }; }
85  extern "C" int matherr(__exception *) throw();
86 -extern "C" { inline __attribute__((__weak__)) __attribute__((__gnu_inline__)) __attribute__((__const__)) int __signbitf(float __x) throw()
87 +extern "C" { inline __attribute__((__gnu_inline__)) __attribute__((__const__)) int __signbitf(float __x) throw()
88  {
89  int __m;
90  __asm__("pmovmskb %1, %0" : "=r" (__m) : "x" (__x));
91  return __m & 8;
92  } }
93 -extern "C" { inline __attribute__((__weak__)) __attribute__((__gnu_inline__)) __attribute__((__const__)) int __signbit(double __x) throw()
94 +extern "C" { inline __attribute__((__gnu_inline__)) __attribute__((__const__)) int __signbit(double __x) throw()
95  {
96  int __m;
97  __asm__("pmovmskb %1, %0" : "=r" (__m) : "x" (__x));
98  return __m & 128;
99  } }
100 -extern "C" { inline __attribute__((__weak__)) __attribute__((__gnu_inline__)) __attribute__((__const__)) int __signbitl(long double __x) throw()
101 +extern "C" { inline __attribute__((__gnu_inline__)) __attribute__((__const__)) int __signbitl(long double __x) throw()
102  {
103  union { long double __l; int __i[3]; } __u = {__l: __x};
104  return (((__u.__i)[2]) & 32768) != 0;
105 @@ -9864,7 +9859,7 @@
106  {
107  __c_locale __old = __gnu_cxx::__uselocale(__cloc);
108  __builtin_va_list __args;
109 -__builtin_stdarg_start(__args,__fmt);
110 +__builtin_va_start(__args,__fmt);
111  const int __ret = __builtin_vsnprintf(__out, __size, __fmt, __args);
112  __builtin_va_end(__args);
113  __gnu_cxx::__uselocale(__old);
114 @@ -23186,7 +23186,7 @@
115  static T2 *Alloc(int s) { auto T2 *p = (reinterpret_cast< T2 *>(_mm_malloc(s * sizeof(CacheLineSizeHelper< T> ), 128))); return new (p) T2 [s]; }
116  static void Free(T2 *const p, int size) {
117  for (int i = 0; i < size; ++i) {
118 -((p[i]).~CacheLineSizeHelper());
119 +((p[i]).~T2());
120  }
121  _mm_free(p);
122  }