编译报错如下:
In file included from pcxvfb.c:50:
/usr/include/stdlib.h:152:8: error: '_Float128' is not supported on this target
extern _Float128 strtof128 (const char restrict nptr,
^~~~~
/usr/include/stdlib.h:164:8: error: '_Float64x' is not supported on this target
extern _Float64x strtof64x (const char restrict nptr,
^~~~~
/usr/include/stdlib.h:245:4: error: '_Float128' is not supported on this target
_Float128 f)
^~~~~
/usr/include/stdlib.h:257:4: error: '_Float64x' is not supported on this target
_Float64x f)
编译报错如下: In file included from pcxvfb.c:50: /usr/include/stdlib.h:152:8: error: '_Float128' is not supported on this target extern _Float128 strtof128 (const char restrict nptr, ^
~~~~ /usr/include/stdlib.h:164:8: error: '_Float64x' is not supported on this target extern _Float64x strtof64x (const char restrict nptr, ^~~~~ /usr/include/stdlib.h:245:4: error: '_Float128' is not supported on this target _Float128 f) ^~~~~ /usr/include/stdlib.h:257:4: error: '_Float64x' is not supported on this target _Float64x f)