Slava Pestov
|
b5455bd9df
|
tools.deploy.test: cheat on windows until we have class stripping
|
2009-10-18 15:24:09 -05:00 |
Joe Groff
|
d6a44d6996
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-18 13:45:09 -05:00 |
Joe Groff
|
09ceb7351e
|
gpu.shaders: carry over instances from old shader/program objects when GLSL-SHADER: or GLSL-PROGRAM: forms get reparsed
|
2009-10-18 13:44:24 -05:00 |
Guillaume Nargeot
|
a909d048fd
|
Solution to Project Euler problem 81
|
2009-10-18 23:45:33 +09:00 |
Slava Pestov
|
86c16eeb6a
|
cpu.x86.32: fix callbacks on platforms where stack is not aligned
|
2009-10-17 21:20:08 -05:00 |
Joe Groff
|
0653bae7ec
|
scuttle bogus math.vectors.simd test
|
2009-10-17 18:47:31 -05:00 |
Joe Groff
|
b7bce0342a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-17 16:55:14 -05:00 |
Joe Groff
|
b9d2c068a4
|
fix sporadic "fall-through in cond" failure in float math.vectors.simd tests
|
2009-10-17 16:54:51 -05:00 |
Slava Pestov
|
ff3de7c550
|
terrain: fix deploy config
|
2009-10-17 16:43:47 -05:00 |
Joe Groff
|
11e89b016d
|
moved "typed" to basis
|
2009-10-17 11:21:43 -05:00 |
Joe Groff
|
421b61f0e8
|
fix type propagation information put on non-SIMD specializations of vany?, vall?, vnone?
|
2009-10-17 11:21:08 -05:00 |
Joe Groff
|
7f001ee312
|
make hlshift/hrshift simd tests endian agnostic
|
2009-10-17 00:34:35 -05:00 |
Joe Groff
|
0ce6b3a12a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-17 00:14:14 -05:00 |
Joe Groff
|
a7fcaf027c
|
use FRSP to convert double to single on PPC
|
2009-10-17 00:13:50 -05:00 |
Doug Coleman
|
14fd7335de
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-17 00:11:22 -05:00 |
Slava Pestov
|
4e8a2a2638
|
io.backend/pathnames: fix help lint
|
2009-10-17 00:09:57 -05:00 |
Doug Coleman
|
26d8690ec2
|
fix cmwc on 32 bit factor
|
2009-10-17 00:09:01 -05:00 |
Joe Groff
|
ac51237853
|
add unit test that doubles stored in single-precision float arrays round to nearest
|
2009-10-17 00:07:08 -05:00 |
Slava Pestov
|
63ca8ee5cc
|
tools.deploy.shaker: strip out typed word props
|
2009-10-16 23:59:45 -05:00 |
Slava Pestov
|
5afce2cc9e
|
alien.c-types: c-type no longer calls parser at runtime, tools.deploy.shaker now strips out runtime specialized array code generation
|
2009-10-16 23:50:17 -05:00 |
Slava Pestov
|
4ed91ff5ee
|
syntax: fix docs for :
|
2009-10-16 23:45:10 -05:00 |
Slava Pestov
|
5328af8090
|
terrain: make it deploy
|
2009-10-16 23:43:44 -05:00 |
Joe Groff
|
fae924ece3
|
docs for typed
|
2009-10-16 23:36:09 -05:00 |
Joe Groff
|
977668c7dd
|
banish typed prettyprinting to its own vocab
|
2009-10-16 22:16:31 -05:00 |
Joe Groff
|
2f8fec9a43
|
use unsigned<->signed unpacking for normal-noise because SSE doesn't have an unsigned->unsigned pack instruction
|
2009-10-16 22:03:55 -05:00 |
Joe Groff
|
551b1aca8f
|
hide typed's private parts
|
2009-10-16 22:03:14 -05:00 |
Slava Pestov
|
fb79aec97e
|
typed: fix deployment
|
2009-10-16 21:22:01 -05:00 |
Slava Pestov
|
b762238f63
|
cpu.x86.32: fix magic stack frame handling
|
2009-10-16 21:07:09 -05:00 |
Joe Groff
|
7676e0b727
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-16 20:26:35 -05:00 |
Doug Coleman
|
739f61bc56
|
fix using
|
2009-10-16 19:56:48 -05:00 |
Joe Groff
|
3e10a140e2
|
tweak terrain collision detection
|
2009-10-16 17:05:44 -05:00 |
Doug Coleman
|
6af901a35d
|
make words public again
|
2009-10-16 16:59:25 -05:00 |
Doug Coleman
|
b320aae399
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-16 16:39:57 -05:00 |
Joe Groff
|
c8eddf89e6
|
hurr
|
2009-10-16 16:39:33 -05:00 |
Doug Coleman
|
1d9c62ae7c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-16 16:39:19 -05:00 |
Joe Groff
|
dd6308ead5
|
improve error reporting of failing simd fallbacks
|
2009-10-16 16:34:26 -05:00 |
Joe Groff
|
21b289e836
|
tweak parse-c-type so data-map can parse non-c-types
|
2009-10-16 16:10:09 -05:00 |
Doug Coleman
|
65a2419134
|
remove most of the overhead in cmwc, it's fast now
|
2009-10-16 16:08:59 -05:00 |
Slava Pestov
|
918e6a78e0
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-16 16:04:14 -05:00 |
Joe Groff
|
2ae8edeb9d
|
improve grid-mesh generation performance
|
2009-10-16 15:57:38 -05:00 |
Doug Coleman
|
741f19ab2f
|
remove yet another slow mutable local
|
2009-10-16 15:53:45 -05:00 |
Doug Coleman
|
748631ab35
|
inline some words
|
2009-10-16 15:50:33 -05:00 |
Doug Coleman
|
67b41df21f
|
2x speedup on lagged-fibonacci after removing mutable local
|
2009-10-16 15:47:19 -05:00 |
Joe Groff
|
a0c6af5603
|
let data-map take factor sequences as inputs
|
2009-10-16 15:29:57 -05:00 |
Doug Coleman
|
1375e32c62
|
make cmwc only 32 bits wide. oops, this speeds up everything
|
2009-10-16 15:19:30 -05:00 |
Doug Coleman
|
69f5381d34
|
ricing random.cmwc
|
2009-10-16 15:07:05 -05:00 |
Doug Coleman
|
3db0ad12e8
|
ricing lagged-fibonacci
|
2009-10-16 15:00:27 -05:00 |
Slava Pestov
|
69f9c80b5b
|
vm: code heap: move mark bits to a separate bitmap
|
2009-10-16 14:41:40 -05:00 |
Joe Groff
|
184b32cc51
|
use a better algorithm to generate uniform/normal noise
|
2009-10-16 14:35:57 -05:00 |
Joe Groff
|
448ef2f1d5
|
fix unsigned vector unpack
|
2009-10-16 14:25:33 -05:00 |