CPUFLAGS for IP32
Izumi Tsutsui <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sgimips |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]> I wrote: > with revised one: > --- > # ttcp -ts -n 10000 192.168.20.1 : > ttcp-t: 81920000 bytes in 8.03 real seconds = 9957.48 KB/sec +++ > ttcp-t: 10000 I/O calls, msec/call = 0.82, calls/sec = 1244.69 > ttcp-t: 0.0user 6.7sys 0:08real 84% 0i+0d 0maxrss 0+2pf -1+49csw Note these kernels have the following CPUFLAGS: --- makeoptions CPUFLAGS="-march=mips3 -mabi=32 -mtune=vr5000" --- Without this, ttcp(1) shows: --- # ttcp -ts -n 10000 192.168.20.1 : ttcp-t: 81920000 bytes in 8.66 real seconds = 9233.88 KB/sec +++ ttcp-t: 10000 I/O calls, msec/call = 0.89, calls/sec = 1154.24 ttcp-t: 0.0user 6.6sys 0:08real 77% 0i+0d 0maxrss 0+2pf -6+48csw --- Is it worth to add this into GENERIC32_IP3x? --- Izumi Tsutsui