Paolo Bonzini wrote:
The main difference that springs to mind: SIN is built-in, MATMUL is a library
function. In gcc/builtin.defs, one finds
Not just that: SIN is a pure (or const, depending on -frounding-math)
function, which can be subject to CSE and DCE. I don't see anything
suggesting th
Hello!
Hi - to all of the incredible programmers who make GCC work on so many
computer chip architectures... I have one question:
Will GCC 4.3.X or 4.4.X be ported and operational on the AlphaServer
4XXX Systems running Debian Linux or any other Linux anytime soon?
Have you actually tried t
Hi, I am cross compiling the gcc-4.3.2 for arm based dsp target.
while building, the following error occurs.
Please help us how to proceed further.
Checking multilib configuration for libgcc...
Configuring in dsp/libgcc
..
checking for suffix of object files... con