search for: denorm_result

Displaying 2 results from an estimated 2 matches for "denorm_result".

Did you mean: denorm_results
2018 Jan 12
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...lpha) platforms where we support multiple IEEE modes and dynamic rounding in our C and Fortran compilers (we don't have actual FENV_ACCESS in our C product but you can come close). On the command line, you get to pick IEEE modes with:   /IEEE_MODE         /IEEE_MODE=option         /IEEE_MODE=DENORM_RESULTS (D)      Selects the IEEE floating-point mode to be used.      Options:       FAST              During program execution, only finite values (no                         infinities, NaNs, or denorms) are created.                         Exceptional conditions, such as floating point             ...
2018 Jan 04
1
Linker Option support for ELF
...000008       8. nhdr$q_nh_descsz 00000150 00000090    Note Type: 0000000000000006       6. NT_VMS_FPMODE nhdr$q_nh_type 00000158 00000098    Note Name:                  "IPF/VMS" 00000160 000000A0    Descriptor: 00000160 000000A0      Floating-Point Mode: 0000000009800000          IEEE DENORM_RESULTS On OpenVMS x86, here's what we have in our .s files at the moment (subject to change) .section        .note,"", at note         .quad   8         .quad   44         .quad   1         .ascii  "IPF/VMS"         .byte   0         .ascii  " 4-JAN-2018 11:49"...