1570af302Sopenharmony_ci#ifdef __riscv_flen
2570af302Sopenharmony_ci
3570af302Sopenharmony_ci.global feclearexcept
4570af302Sopenharmony_ci.type feclearexcept, %function
5570af302Sopenharmony_cifeclearexcept:
6570af302Sopenharmony_ci	csrc fflags, a0
7570af302Sopenharmony_ci	li a0, 0
8570af302Sopenharmony_ci	ret
9570af302Sopenharmony_ci
10570af302Sopenharmony_ci.global feraiseexcept
11570af302Sopenharmony_ci.type feraiseexcept, %function
12570af302Sopenharmony_ciferaiseexcept:
13570af302Sopenharmony_ci	csrs fflags, a0
14570af302Sopenharmony_ci	li a0, 0
15570af302Sopenharmony_ci	ret
16570af302Sopenharmony_ci
17570af302Sopenharmony_ci.global fetestexcept
18570af302Sopenharmony_ci.type fetestexcept, %function
19570af302Sopenharmony_cifetestexcept:
20570af302Sopenharmony_ci	frflags t0
21570af302Sopenharmony_ci	and a0, t0, a0
22570af302Sopenharmony_ci	ret
23570af302Sopenharmony_ci
24570af302Sopenharmony_ci.global fegetround
25570af302Sopenharmony_ci.type fegetround, %function
26570af302Sopenharmony_cifegetround:
27570af302Sopenharmony_ci	frrm a0
28570af302Sopenharmony_ci	ret
29570af302Sopenharmony_ci
30570af302Sopenharmony_ci.global __fesetround
31570af302Sopenharmony_ci.type __fesetround, %function
32570af302Sopenharmony_ci__fesetround:
33570af302Sopenharmony_ci	fsrm t0, a0
34570af302Sopenharmony_ci	li a0, 0
35570af302Sopenharmony_ci	ret
36570af302Sopenharmony_ci
37570af302Sopenharmony_ci.global fegetenv
38570af302Sopenharmony_ci.type fegetenv, %function
39570af302Sopenharmony_cifegetenv:
40570af302Sopenharmony_ci	frcsr t0
41570af302Sopenharmony_ci	sw t0, 0(a0)
42570af302Sopenharmony_ci	li a0, 0
43570af302Sopenharmony_ci	ret
44570af302Sopenharmony_ci
45570af302Sopenharmony_ci.global fesetenv
46570af302Sopenharmony_ci.type fesetenv, %function
47570af302Sopenharmony_cifesetenv:
48570af302Sopenharmony_ci	li t2, -1
49570af302Sopenharmony_ci	li t1, 0
50570af302Sopenharmony_ci	beq a0, t2, 1f
51570af302Sopenharmony_ci	lw t1, 0(a0)
52570af302Sopenharmony_ci1:	fscsr t1
53570af302Sopenharmony_ci	li a0, 0
54570af302Sopenharmony_ci	ret
55570af302Sopenharmony_ci
56570af302Sopenharmony_ci#endif
57