remove SIMDS:
parent
0795c60b83
commit
ac5d3d5652
|
@ -436,7 +436,6 @@ HELP: vshuffle
|
|||
{ $example
|
||||
"USING: alien.c-types combinators math.vectors math.vectors.simd"
|
||||
"namespaces prettyprint prettyprint.config ;"
|
||||
"SIMDS: int uchar ;"
|
||||
"IN: scratchpad"
|
||||
""
|
||||
": endian-swap ( size -- vector )"
|
||||
|
|
|
@ -4,7 +4,6 @@ USING: accessors alien.c-types kernel locals math math.ranges
|
|||
math.bitwise math.vectors math.vectors.simd random
|
||||
sequences specialized-arrays sequences.private classes.struct
|
||||
combinators.short-circuit fry ;
|
||||
SIMDS: uchar uint ;
|
||||
SPECIALIZED-ARRAY: uint
|
||||
SPECIALIZED-ARRAY: uint-4
|
||||
IN: random.sfmt
|
||||
|
|
|
@ -3,7 +3,6 @@ USING: alien.data.map fry generalizations kernel locals math.vectors
|
|||
math.vectors.conversion math math.vectors.simd sequences
|
||||
specialized-arrays tools.test ;
|
||||
FROM: alien.c-types => uchar short int float ;
|
||||
SIMDS: float int short uchar ;
|
||||
SPECIALIZED-ARRAYS: int float float-4 uchar-16 ;
|
||||
IN: alien.data.map.tests
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ math.libm math.matrices.simd math.vectors math.vectors.conversion math.vectors.s
|
|||
memoize random random.mersenne-twister sequences sequences.private specialized-arrays
|
||||
typed ;
|
||||
QUALIFIED-WITH: alien.c-types c
|
||||
SIMDS: c:float c:int c:short c:ushort c:uchar ;
|
||||
SPECIALIZED-ARRAYS: c:float c:uchar float-4 uchar-16 ;
|
||||
IN: noise
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ combinators.smart fry grouping images kernel math
|
|||
math.matrices.simd math.order math.vectors noise random
|
||||
sequences math.vectors.simd typed ;
|
||||
FROM: alien.c-types => float uchar ;
|
||||
SIMDS: float uchar ;
|
||||
IN: terrain.generation
|
||||
|
||||
CONSTANT: terrain-segment-size { 512 512 }
|
||||
|
|
Loading…
Reference in New Issue