bnd: Drop bnd prefix for relaxed short jmp instructions
[platform/upstream/nasm.git] / float.c
2009-10-13 Cyrill Gorcunovstyle cleanup
2009-06-29 H. Peter AnvinAdd copyright headers to the *.c/*.h files in the main...
2008-07-04 H. Peter AnvinFor consistency, allow 0p.. prefix for packed BCD
2008-07-04 H. Peter Anvinfloat: support packed-BCD constants in 'dt' statements
2008-07-04 H. Peter Anvinfloat: fix buffer overrun
2008-01-25 H. Peter Anvinfloat.c: BR 1879670: fix output byte order
2008-01-22 H. Peter Anvinfloat.c: fix memory overwrite with 8-, 16- or 80-bit...
2007-12-29 Berosetregularized spelling of license to match name of LICENS...
2007-11-17 H. Peter AnvinMake the definition for float_const() match the prototype
2007-11-13 H. Peter AnvinAddress data is int64_t; simplify writing an address...
2007-11-13 H. Peter Anvinfloat.c: all warnings and errors are pass 1 only
2007-10-30 H. Peter Anvinfloat.c: handle round-up-to-denorm correctly.
2007-10-30 H. Peter AnvinUse a 32-bit floating-point limb size; support 8-bit...
2007-10-23 H. Peter AnvinDecimal floating point can also start with 0. 0e 0E
2007-10-23 H. Peter AnvinSupport binary and octal floating-point
2007-10-22 H. Peter AnvinMore consistent handling of radix letters
2007-10-21 H. Peter Anvinfloat.c: correct exponent capping
2007-10-20 H. Peter AnvinAllow $-prefixed hexadecimal FP as an alternative to 0x
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-19 H. Peter Anvinfloat.c: mark read_exponent() static
2007-10-19 H. Peter AnvinAllow underscores in numbers; better detection of FP
2007-10-16 H. Peter AnvinImplement floating-point option control directive
2007-10-16 H. Peter AnvinFloating-point warning fixes; fix round-to-overflow
2007-10-16 H. Peter AnvinHandle rounding of denorms correctly; make fp overflow...
2007-10-16 H. Peter AnvinRefactor floating-point formatting code; fix 80-bit...
2007-10-16 H. Peter AnvinNew floating-point conversion routines
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-05 H. Peter Anvinfloat.c: correct the exponent
2007-10-03 H. Peter AnvinPortability fixes
2007-09-25 H. Peter Anvinfloat.c: clear off uninitialized warning
2007-09-21 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-20 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-19 H. Peter AnvinMerge commit 'origin/sse5'
2007-09-19 H. Peter AnvinMerge commit 'origin/master' into sse5
2007-09-19 H. Peter AnvinSupport generating NaNs and infinities
2007-09-19 H. Peter AnvinFix error-reporting in hexadecimal floating-point numbers
2007-09-19 H. Peter AnvinSupport C99-style hexadecimal floating point.
2007-09-19 H. Peter AnvinUnify all standard IEEE floating-point formats; add...
2007-09-18 H. Peter AnvinSupport 16-bit IEEE floating point; used in SSE5
2007-04-13 Keith KaniosFixed distinction between char and int8_t data types.
2007-04-12 Keith KaniosGeneral push for x86-64 support, dubbed 0.99.00.
2005-01-15 H. Peter AnvinApply Nindent to all .c and .h files
2004-12-29 H. Peter AnvinAdd ieee_ prefix to filenames with otherwise highly...
2002-04-30 H. Peter AnvinNASM 0.98p3
2002-04-30 H. Peter AnvinNASM 0.95
2002-04-30 H. Peter AnvinNASM 0.91