summaryrefslogtreecommitdiff
path: root/src/gallium/aux/tgsi/exec/tgsi_sse2.h
blob: 9bee3717665bc05c805938d058fe3efefa0d28d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#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 );

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

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

#endif // !defined TGSI_SSE2_H