One more attempt at avoiding deadlock in libzstd
[sbcl.git] / src / runtime / mips-arch.h
blob32bfb568ca792c3b13f0cca3c07bb91332b29f6c
1 #ifndef _MIPS_ARCH_H
2 #define _MIPS_ARCH_H
4 unsigned int arch_get_fp_control(void);
5 void arch_set_fp_control(unsigned int fp);
7 #endif /* _MIPS_ARCH_H */