repo.or.cz
/
openal-soft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use SSE for applying the HQ B-Format decoder matrices
[openal-soft.git]
/
cmake
/
CheckFileOffsetBits.c
blob
de98296eab25e3c51c69c258ac74b40c019c5ed7
1
#include <sys/types.h>
2
3
#define KB ((off_t)(1024))
4
#define MB ((off_t)(KB*1024))
5
#define GB ((off_t)(MB*1024))
6
int
tb
[((
GB
+
GB
+
GB
) >
GB
) ?
1
: -
1
];
7
8
int
main
()
9
{
return
0
; }