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

#if defined __cplusplus
extern "C" {
#endif

struct tgsi_token;
struct x86_function;

unsigned
tgsi_emit_sse2(
   const struct tgsi_token *tokens,
   struct x86_function *function,
   float (*immediates)[4]
 );

#if defined __cplusplus
}
#endif

#endif /* TGSI_SSE2_H */