nasm/macros
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
..
altreg.mac Add copyright headers to standard macro packages 2009-06-28 17:18:13 -07:00
fp.mac fp: support bfloat16 constants 2020-07-16 23:11:03 -07:00
ifunc.mac preproc: standard macros now C-safe, %aliases off, fix %? recursion 2019-08-27 16:42:41 -07:00
macros.pl hash generators: rename UNUSED to UNUSED_HASH_ENTRY 2020-06-30 09:17:41 -07:00
masm.mac preproc: add a %null directive for the masm macro package 2020-07-10 02:55:50 -07:00
smartalign.mac preproc: standard macros now C-safe, %aliases off, fix %? recursion 2019-08-27 16:42:41 -07:00
standard.mac Drop unnecessary EXTERN symbols 2019-09-12 20:21:03 -04:00