repo.or.cz
/
sbcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
One more attempt at avoiding deadlock in libzstd
[sbcl.git]
/
src
/
runtime
/
mips-arch.h
blob
32bfb568ca792c3b13f0cca3c07bb91332b29f6c
1
#ifndef _MIPS_ARCH_H
2
#define _MIPS_ARCH_H
3
4
unsigned int
arch_get_fp_control
(
void
);
5
void
arch_set_fp_control
(
unsigned int
fp
);
6
7
#endif
/* _MIPS_ARCH_H */