# Generated by go2rpm 1.14.0 %bcond check 1 %global debug_package %{nil} # https://github.com/x448/float16.git %global goipath github.com/x448/float16 Version: 0.8.4 %gometa -L -f %global common_description %{expand: x448/float16 package provides IEEE 754 half-precision floating-point format (binary16) with IEEE 754 default rounding for conversions. IEEE 754-2008 refers to this 16-bit floating-point format as binary16. IEEE 754 default rounding ("Round-to-Nearest RoundTiesToEven") is considered the most accurate and statistically unbiased estimate of the true result. All possible 4+ billion floating-point conversions with this library are verified to be correct. Lowercase "float16" refers to IEEE 754 binary16. And capitalized "Float16" refers to exported Go data type. } %global golicenses LICENSE %global godocs README.md SECURITY.md Name: golang-github-x448-float16 Release: %autorelease Summary: Provides IEEE 754 half-precision format License: MIT URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog