Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    c7582f44
    Move the rules for e_rem_pio2.c and k_rem_pio2.c from GNUmakefile to · c7582f44
    rtoy authored
    Config.linux_gencgc.
    
    This only appears to be an issue on Linux.  FreeBSD and Darwin are
    ok.  And it depends on the compiler. gcc 4.2.1 produces bad results,
    but gcc 3.4.6 is ok.  Could be an aliasing issue.  So use -O1
    everywhere.  -ffloat-store doesn't appear to matter so remove that
    too.
    c7582f44
    History
    Move the rules for e_rem_pio2.c and k_rem_pio2.c from GNUmakefile to
    rtoy authored
    Config.linux_gencgc.
    
    This only appears to be an issue on Linux.  FreeBSD and Darwin are
    ok.  And it depends on the compiler. gcc 4.2.1 produces bad results,
    but gcc 3.4.6 is ok.  Could be an aliasing issue.  So use -O1
    everywhere.  -ffloat-store doesn't appear to matter so remove that
    too.