Joe Groff
|
8f1751cd54
|
math.vectors.simd.intrinsics: fix scalar fallback for (simd-vshuffle2-elements)
|
2010-05-14 02:47:39 -07:00 |
Joe Groff
|
2744816209
|
math.vectors, math.vectors.simd: add user-facing vshuffle2 word
|
2010-05-14 02:47:05 -07:00 |
Joe Groff
|
9f9e145819
|
math.vectors.simd.intrinsics: (simd-vshuffle2-elements) intrinsic that creates a vector by selecting elements from two input vectors. use ##shuffle-vector-halves-imm to implement for double-2s with SSE
|
2010-05-14 01:16:29 -07:00 |
Slava Pestov
|
fe30355ec7
|
math.vectors.simd.cords: implement new-sequence and like methods on cords to make cross product work
|
2010-05-13 21:55:19 -04:00 |
Slava Pestov
|
627295f094
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
Slava Pestov
|
60299f6d74
|
Eliminate some -rot from the codebase
|
2010-05-03 18:31:01 -04:00 |
Slava Pestov
|
38bafd2be8
|
compiler.cfg.linear-scan.assignment: spill slot representation logic was backwards, just like Factor
|
2010-05-03 17:34:29 -04:00 |
Doug Coleman
|
f67c62b0e4
|
Fix help lint for math.polynomials
|
2010-04-30 14:04:45 -05:00 |
Doug Coleman
|
e15c02f308
|
Clean up math.polynomials some
|
2010-04-30 08:42:29 -05:00 |
Slava Pestov
|
cea21f6a3d
|
math.vectors: (vmerge) shouldn't be generic
|
2010-04-29 02:28:05 -04:00 |
Slava Pestov
|
4ee9e5336f
|
math.vectors.simd.cords: a dash of inline sauce
|
2010-04-29 01:58:56 -04:00 |
Joe Groff
|
0ab9046300
|
rename half-floats vocab to math.floats.half
|
2010-04-28 15:48:47 -07:00 |
Daniel Ehrenberg
|
aa6158b366
|
Changing require-when usages to the new syntax for require-when
|
2010-04-18 14:29:24 -05:00 |
Joe Groff
|
1dadc4efed
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-04-14 13:16:08 -07:00 |
Joe Groff
|
efbc3033da
|
math.libm: use FUNCTION-ALIAS:
|
2010-04-14 12:25:22 -07:00 |
Slava Pestov
|
da6bcbedfc
|
Replace 'untested' tag with 'not loaded' and 'not tested' tags
|
2010-04-13 18:43:01 -07:00 |
Joe Groff
|
ef884ef7f2
|
Merge branch 'master' into abi-symbols
|
2010-04-01 15:28:36 -07:00 |
Doug Coleman
|
026499e64f
|
Use flags{ instead of flags all over the place
|
2010-04-01 14:44:03 -05:00 |
Joe Groff
|
4fd61f0b5c
|
cpu.architecture: alter param-regs to take abi as an (ignored for now) argument
|
2010-04-01 02:53:40 -07:00 |
Joe Groff
|
65c3259761
|
"cdecl" -> cdecl
|
2010-03-31 19:20:35 -07:00 |
Doug Coleman
|
b39e3f4700
|
Link a word in math docs
|
2010-03-31 15:09:51 -05:00 |
Daniel Ehrenberg
|
4af88ff9ff
|
Making more vocabs use require-when
|
2010-03-18 01:39:30 -04:00 |
Daniel Ehrenberg
|
eb060443db
|
Updating code to use require-when rather than vocab [ require ] when
|
2010-03-18 01:13:37 -04:00 |
Daniel Ehrenberg
|
512fe14e4e
|
Merge branch 'bags' of git://github.com/littledan/Factor
Conflicts:
basis/compiler/cfg/ssa/construction/tdmsc/tdmsc.factor
basis/furnace/auth/auth.factor
basis/stack-checker/backend/backend.factor
|
2010-03-16 13:28:00 -04:00 |
Joe Groff
|
e7968ceffc
|
mop up compiler errors from macosx load-all
|
2010-03-09 00:56:07 -08:00 |
Joe Groff
|
191ac353fd
|
generalize stack effects so we can bootstrap with the stricter stack effect checking
|
2010-03-08 23:38:10 -08:00 |
Daniel Ehrenberg
|
434605c0b5
|
Changing some uses of prune to use members
|
2010-02-27 13:14:03 -05:00 |
Erik Charlebois
|
cebabdc323
|
Add perp and angle-between words for vectors. Fix bug in cross product and add unit tests.
|
2010-02-25 16:46:02 -08:00 |
Slava Pestov
|
7826543d2e
|
sequences: add cartesian-each, cartesian-map, cartesian-product words to eliminate some duplication throughout the codebase
|
2010-02-25 20:54:57 +13:00 |
Slava Pestov
|
af0ddd5985
|
Specialized arrays, structs and other objects responding to the >c-ptr / byte-length protocol can now be written to binary streams
|
2010-02-24 20:18:41 +13:00 |
Joe Groff
|
92e1ca8b61
|
math.blas: update string c-types
|
2010-02-21 16:49:58 -08:00 |
Slava Pestov
|
95bfc8a240
|
vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases
|
2010-02-20 13:30:49 +13:00 |
Slava Pestov
|
220dd88a2c
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
Slava Pestov
|
ff172f4132
|
Make specialized arrays and SIMD types final so that typed can unbox them
|
2010-02-18 02:39:40 +13:00 |
Joe Groff
|
08a20f9478
|
math.blas.config: add deploy-blas? variable
|
2010-02-16 13:38:29 -08:00 |
Slava Pestov
|
f01487eb83
|
A few documentation fixes
|
2010-02-17 00:05:36 +13:00 |
Slava Pestov
|
361de6c470
|
math.points: move to extra
|
2010-02-16 15:29:02 +13:00 |
Slava Pestov
|
4893ebf183
|
Small cleanups
|
2010-02-16 04:04:09 +13:00 |
Erik Charlebois
|
8f86cc6e51
|
Made p^ more efficient by repeated squaring instead of repeated multiplication
|
2010-02-13 19:47:44 -08:00 |
Erik Charlebois
|
52230d6c4d
|
Add p^ to polynomial vocab for exponentiation of polynomials
|
2010-02-13 02:35:09 -08:00 |
Slava Pestov
|
6e34de5588
|
math.functions: clean up
|
2010-02-10 15:04:58 +13:00 |
Slava Pestov
|
48373a6c4c
|
Remove math.floats.parser now that its no longer needed
|
2010-02-08 16:52:29 +13:00 |
Slava Pestov
|
38ca12e9d8
|
math.floats.parser: new vocabulary with old string>float word
|
2010-02-08 08:32:13 +13:00 |
Slava Pestov
|
db4a1f7536
|
Fix unit test for math.parser change
|
2010-02-08 08:31:17 +13:00 |
Joe Groff
|
60561dd490
|
math.quaternions: slerp function
|
2010-02-04 20:08:37 -08:00 |
Joe Groff
|
2381e9bf24
|
quaterion to matrix4 conversion
|
2010-02-04 11:25:45 -08:00 |
Joe Groff
|
4ba8c6e0b5
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-03 21:50:36 -08:00 |
Slava Pestov
|
87665c8f40
|
math.statistics: rename histogram* to histogram! and rename sequence>assoc* to sequence>assoc!
|
2010-02-03 23:11:33 +13:00 |
Joe Groff
|
8cf05e9909
|
vector-friendlier math.quaternions
|
2010-02-02 00:30:21 -08:00 |
Doug Coleman
|
4a7845e52c
|
Add [1,b) to math.ranges. Use [1,b] in random.sfmt
|
2010-01-31 14:48:01 -06:00 |