Re: Replicating results



I don't quite know what I am talking about, but I think I run into
something like this before...it may have something to do with "where"
the numbers are at the time you need them: already in a register or
not (and need retrieval from storage).

In other words, if you calculate number A and use it right away, it is
probably already in a register with one precision; but, if you
calculate the number A and then go do a few other things so that its
register needs to be used by some other number, when you retrieve A
again, it may look sightly different if the math and storage have
differing precisions.

Does absoft compiler take any flags where you can specify some kind of
SSE stuff?

gsal

.



Relevant Pages

  • Variable Optimization Question
    ... ....I try to reduce un-necessary temporal variables so it can be ... I try to assign only one register ... storage so two variables can access to only one register storage ... Before and after optimization, there are no temporal ...
    (comp.lang.cpp)
  • Re: assembler question (strong typing)
    ... in reentrant storage and copied it into part of a work area in acquired ... and put an upper bound on the CSECT base ... register and the DSECT base register. ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)
  • Re: Finding Variables in C++ Dump
    ... actually never is held in storage, but it resides in a register all the time. ... I asked the compiler people several times to fix this. ...
    (bit.listserv.ibm-main)
  • Re: A question about identifiers
    ... object and pass the pointer around. ... In C you can't form a pointer to an object with register storage ... 'register' object in memory, you still can't take & of it. ... The defining characteristic of objects is storage. ...
    (comp.lang.c)
  • Re: Finding Variables in C++ Dump
    ... Kind regards ... actually never is held in storage, but it resides in a register all the ... which fits into a register. ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)