xref: /OK3568_Linux_fs/buildroot/package/mpdecimal/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_MPDECIMAL
2*4882a593Smuzhiyun	bool "mpdecimal"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  mpdecimal is a package for correctly-rounded arbitrary
5*4882a593Smuzhiyun	  precision decimal floating point arithmetic. Starting from
6*4882a593Smuzhiyun	  version 2.4, mpdecimal includes only the libmpdec
7*4882a593Smuzhiyun	  library. Further mpdecimal development will focus
8*4882a593Smuzhiyun	  exclusively on libmpdec.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  http://www.bytereef.org/mpdecimal/
11