This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Unstable gcc mainline and the ia64 intrinsic work
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 23 Jul 2003 10:11:49 -0700
- Subject: Unstable gcc mainline and the ia64 intrinsic work
I am working on ia64 Intel intrinsics. I have been using gcc 3.3
as the base since I need to verify my change by compiling modified
glibc and kernel using intrinsics instead of asm statement. The
gcc mainline can't compile glibc and I am not sure if it will compile
Linux kernel. What do I need to do when I am about ready to submit
the patch?
H.J.