0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00
Files
nasm/asm
H. Peter Anvin d081f0db5d fp: support bfloat16 constants
Support generating bfloat16 constants. This is a bit awkward, as "DW"
already generates IEEE half precision constants; therefore there is no
longer a single floating-point format for each size. This requires
some replumbing.

Fortunately bfloat16 fits in 64 bits, so support generating them with
a macro that uses __?bfloat16?__() to convert to integers first before
passing them to DW.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2020-07-16 23:11:03 -07:00
..
2019-09-12 20:21:03 -04:00
2020-07-16 23:11:03 -07:00
2018-12-18 11:14:59 -08:00
2020-07-16 23:11:03 -07:00
2020-07-16 23:11:03 -07:00
2019-09-12 20:26:23 -04:00
2020-07-12 06:00:51 -07:00
2020-07-16 23:11:03 -07:00
2019-06-06 17:32:44 -07:00
2020-06-27 22:30:50 -07:00
2020-07-16 23:11:03 -07:00
2020-06-27 22:30:50 -07:00