summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/exec/tgsi_sse2.h
blob: 4a3965848468a43f8b51e8a0af7aa5574d9fb09d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#if !defined TGSI_SSE2_H
#define TGSI_SSE2_H

#if defined __cplusplus
extern "C" {
#endif // defined __cplusplus

struct tgsi_token;
struct x86_function;

unsigned
tgsi_emit_sse2(
   struct tgsi_token *tokens,
   struct x86_function *function );

#if defined __cplusplus
} // extern "C"
#endif // defined __cplusplus

#endif // !defined TGSI_SSE2_H