Comment FPU registers used by glibc to optimize mem copies (Score 2, Informative) 1595
The idea that an FPU is totally useless is untrue. glibc will use the large FPU registers for optimized memory copies if they are not being used for real floating point operations.
I work on an embedded PowerPC product that has no FPU so we had to build a special glibc that does not use the FPU registers.
I don't know if Apple is using a glibc with these optimizations. If they are then their customers could appreciate some use of the dual FPU cores in everyday integer types of computing.
I work on an embedded PowerPC product that has no FPU so we had to build a special glibc that does not use the FPU registers.
I don't know if Apple is using a glibc with these optimizations. If they are then their customers could appreciate some use of the dual FPU cores in everyday integer types of computing.