Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 257626 | Differences between
and this patch

Collapse All | Expand All

(-)amdbrook/platform/brcc/src/amdhlsl/AMDhlsl/ILCodeGen/HeaderFiles/ilregister.hpp (+1 lines)
Lines 89-94 jurisdiction and venue of these courts. Link Here
89
#ifndef AMD_ILREGISTER_HPP
89
#ifndef AMD_ILREGISTER_HPP
90
#define AMD_ILREGISTER_HPP
90
#define AMD_ILREGISTER_HPP
91
91
92
#include <cstring>
92
#include "convert.hpp"
93
#include "convert.hpp"
93
94
94
#ifndef IL_BIT
95
#ifndef IL_BIT
(-)amdbrook/platform/brcc/src/amdhlsl/InterfaceUtils/SourceFiles/calutAMDhlslCompiler.cpp (+2 lines)
Lines 95-100 jurisdiction and venue of these courts. Link Here
95
#include <assert.h>
95
#include <assert.h>
96
#include "amuABIMultiBinary.h"
96
#include "amuABIMultiBinary.h"
97
#include "hlfrontendapi.hpp"
97
#include "hlfrontendapi.hpp"
98
#include <cstdlib>
99
#include <cstring>
98
100
99
static ErrorState     amdHLSLerrst;
101
static ErrorState     amdHLSLerrst;
100
102
(-)amdbrook/platform/brcc/src/Deprecated/ps2arb_lexer.cpp (+1 lines)
Lines 27-32 Link Here
27
#define YY_FLEX_MINOR_VERSION 5
27
#define YY_FLEX_MINOR_VERSION 5
28
28
29
#include <stdio.h>
29
#include <stdio.h>
30
#include <cstring>
30
31
31
32
32
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
33
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
(-)amdbrook/platform/brcc/src/HighLevelFE/Parser/lexer.cpp (+1 lines)
Lines 9-14 Link Here
9
#define YY_FLEX_MINOR_VERSION 5
9
#define YY_FLEX_MINOR_VERSION 5
10
10
11
#include <stdio.h>
11
#include <stdio.h>
12
#include <cstring>
12
13
13
14
14
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
15
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
(-)amdbrook/platform/include/brook/CPU/brtvector.hpp (-1 / +1 lines)
Lines 185-191 template <class T> typename GetValueOf<T Link Here
185
template <class T> static typename GetValueOf<T>::type GetAt (const T& in,int i) {
185
template <class T> static typename GetValueOf<T>::type GetAt (const T& in,int i) {
186
    return in.getAt(i);
186
    return in.getAt(i);
187
}
187
}
188
#define SPECIALGETAT(TYP) template <> static TYP GetAt (const TYP& in,int UNUSED(i)) {return in;}
188
#define SPECIALGETAT(TYP) template <> TYP GetAt (const TYP& in,int UNUSED(i)) {return in;}
189
189
190
SPECIALGETAT(int)
190
SPECIALGETAT(int)
191
SPECIALGETAT(unsigned int)
191
SPECIALGETAT(unsigned int)
(-)amdbrook/platform/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
#
33
#
34
34
35
ROOTDIR := ..
35
ROOTDIR := ..
36
SUBDIRS := brcc runtime utils
36
SUBDIRS := brcc runtime
37
SDKDIR := $(ROOTDIR)/sdk
37
SDKDIR := $(ROOTDIR)/sdk
38
38
39
# We don't use the default "all" rule here because we want to build the Brook
39
# We don't use the default "all" rule here because we want to build the Brook

Return to bug 257626