news15
来自「su 的源代码库」· 代码 · 共 28 行
TXT
28 行
CWP Software Update: 10/25/91 (15th edition)Dave Hale upgraded the conv and xcor functions in libcwp.Because the effect is so dramatic, we have updated cwp.tar.Z toreflect this. Caveat Emptor: we haven't done a test install, butwith just two lib routines changed, what could go wrong? :-)Here are some comments by Dave:---------The new conv is optimized for machines such as the RS/6000(and others) that can do a multiply, an add, and oneload from memory simultaneously. The new conv goesat near peak performance on our RS/6000s (over twiceas fast as the old conv) and is about 10% fasteron our NeXTs.The bad news is that the new conv is about 1400 linesof code. Therefore, the new xcor simply calls conv.This keeps us from having two 1400 line functions tomaintain.---------Note: to obtain peak performance on the IBM RS/6000,you have to add the compiler flag -qxflag=hsfltto CFLAGS in the libcwp Makefile.IN THE INTERESTS OF PORTABILITY, THE DISTRIBUTED MAKEFILEDOES NOT CONTAIN THIS FLAG!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?