]> gitweb.factorcode.org Git - factor.git/commit
Floating point fixes
authorslava <slava@factorcode.org>
Sat, 6 May 2006 01:41:57 +0000 (01:41 +0000)
committerslava <slava@factorcode.org>
Sat, 6 May 2006 01:41:57 +0000 (01:41 +0000)
commit6318d7d719e1882ed8f10730be61e49f1f180b78
tree649c7f19e33018883418f84df0862fd12fa0d634
parentda29021086f7b52eb2f80ebd0cf32b36f7eeb350
Floating point fixes
17 files changed:
TODO.FACTOR.txt
library/bootstrap/profile-pentium4.factor [new file with mode: 0644]
library/compiler/generator/generator.factor
library/compiler/generator/templates.factor
library/compiler/optimizer/specializers.factor
library/generic/math-combination.factor
library/generic/tuple.factor
library/kernel.factor
library/math/complex.factor
library/math/constants.factor
library/math/float.factor
library/math/integer.factor
library/math/math.factor
library/math/ratio.factor
library/test/compiler/optimizer.factor
library/test/compiler/simple.factor
library/test/compiler/templates.factor