> Matt offered to revert just the spi_init routine, and I said yes > please do.
Although I did offer this, I don't feel it is the best solution. Why is the old init routine better? The new one saves code. > Here's an idea for you -- add 4 mode routines, and then inline each > one -- will save code space and run faster. I do wonder if the compiler could handle this for us, maybe we could ask Kyle. If an inline procedure gets a constant as an input, the inline code should be optimized by the compiler to remove the if statements, since all of the parameters of those if statements are constant. Matt. -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
