File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -3967,7 +3967,7 @@ Floating-Point Types
3967
3967
- Description
3968
3968
3969
3969
* - ``half``
3970
- - 16-bit floating-point value
3970
+ - 16-bit floating-point value (IEEE-754 binary16)
3971
3971
3972
3972
* - ``bfloat``
3973
3973
- 16-bit "brain" floating-point value (7-bit significand). Provides the
@@ -3976,24 +3976,20 @@ Floating-Point Types
3976
3976
extensions and Arm's ARMv8.6-A extensions, among others.
3977
3977
3978
3978
* - ``float``
3979
- - 32-bit floating-point value
3979
+ - 32-bit floating-point value (IEEE-754 binary32)
3980
3980
3981
3981
* - ``double``
3982
- - 64-bit floating-point value
3982
+ - 64-bit floating-point value (IEEE-754 binary64)
3983
3983
3984
3984
* - ``fp128``
3985
- - 128-bit floating-point value (113-bit significand )
3985
+ - 128-bit floating-point value (IEEE-754 binary128 )
3986
3986
3987
3987
* - ``x86_fp80``
3988
3988
- 80-bit floating-point value (X87)
3989
3989
3990
3990
* - ``ppc_fp128``
3991
3991
- 128-bit floating-point value (two 64-bits)
3992
3992
3993
- The binary format of half, float, double, and fp128 correspond to the
3994
- IEEE-754-2008 specifications for binary16, binary32, binary64, and binary128
3995
- respectively.
3996
-
3997
3993
X86_amx Type
3998
3994
""""""""""""
3999
3995
You can’t perform that action at this time.
0 commit comments