repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
add-ons
/
media
/
plugins
/
ape_reader
/
MAClib
/
Assembly.h
blob
62d92c508c9a04f32152d065206bb38c9f68afc1
1
#ifndef APE_ASSEMBLY_H
2
#define APE_ASSEMBLY_H
3
4
extern
"C"
5
{
6
void
Adapt
(
short
*
pM
,
const short
*
pAdapt
,
int
nDirection
,
int
nOrder
);
7
int
CalculateDotProduct
(
const short
*
pA
,
const short
*
pB
,
int
nOrder
);
8
BOOL
GetMMXAvailable
();
9
};
10
11
#endif
// #ifndef APE_ASSEMBLY_H
12