fenv: add missing C dummy functions for loongarch64 soft float

analogous to fenv-sf.c for all other archs with softfloat variants.
This commit is contained in:
Alex Rønne Petersen
2026-03-10 23:36:59 -04:00
committed by Rich Felker
parent 5c901bb360
commit b37d241dfe
+3
View File
@@ -0,0 +1,3 @@
#ifdef __loongarch_soft_float
#include "../fenv.c"
#endif