Re: System Panic Makes My Life Easier
Akkana Peck <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.svlug |
|---|---|
| Message-ID | <[email protected]> |
Ivan Sergio Borgonovo writes:
> I downloaded ls code too, it doesn't seem to depend on float, still the
> easiest way to get it was apt-getting coreutils and it comes with a lot
> of other stuff to get a clue using grep.
Is it possible that the compiler of the time optimized to use the
FPU even for integer division? In that case, the part of ls where it
calculates the number of output columns, then divides the total
number of files by the number of columns to get the number of rows
(and other similar calculations), might use the FPU even though it
shouldn't need to.
...Akkana