mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-06 07:32:42 +00:00
11 lines
131 B
C
11 lines
131 B
C
/* Null stubs for coprocessor precision settings */
|
|
|
|
int
|
|
sprec() {return 0; }
|
|
|
|
int
|
|
dprec() {return 0; }
|
|
|
|
int
|
|
ldprec() {return 0; }
|