fix "float" ambiguities in math.blas, opengl vocabs
parent
1482e1b115
commit
9fbdfc9a54
|
@ -5,6 +5,7 @@ math.complex math.functions math.order functors words
|
||||||
sequences sequences.merged sequences.private shuffle
|
sequences sequences.merged sequences.private shuffle
|
||||||
parser prettyprint.backend prettyprint.custom ascii
|
parser prettyprint.backend prettyprint.custom ascii
|
||||||
specialized-arrays ;
|
specialized-arrays ;
|
||||||
|
FROM: alien.c-types => float ;
|
||||||
SPECIALIZED-ARRAY: float
|
SPECIALIZED-ARRAY: float
|
||||||
SPECIALIZED-ARRAY: double
|
SPECIALIZED-ARRAY: double
|
||||||
SPECIALIZED-ARRAY: complex-float
|
SPECIALIZED-ARRAY: complex-float
|
||||||
|
|
|
@ -3,6 +3,7 @@ combinators.short-circuit fry kernel math math.blas.ffi
|
||||||
math.complex math.functions math.order sequences sequences.private
|
math.complex math.functions math.order sequences sequences.private
|
||||||
functors words locals parser prettyprint.backend prettyprint.custom
|
functors words locals parser prettyprint.backend prettyprint.custom
|
||||||
specialized-arrays ;
|
specialized-arrays ;
|
||||||
|
FROM: alien.c-types => float ;
|
||||||
SPECIALIZED-ARRAY: float
|
SPECIALIZED-ARRAY: float
|
||||||
SPECIALIZED-ARRAY: double
|
SPECIALIZED-ARRAY: double
|
||||||
SPECIALIZED-ARRAY: complex-float
|
SPECIALIZED-ARRAY: complex-float
|
||||||
|
|
|
@ -8,6 +8,7 @@ math.parser opengl.gl combinators combinators.smart arrays
|
||||||
sequences splitting words byte-arrays assocs vocabs
|
sequences splitting words byte-arrays assocs vocabs
|
||||||
colors colors.constants accessors generalizations locals fry
|
colors colors.constants accessors generalizations locals fry
|
||||||
specialized-arrays ;
|
specialized-arrays ;
|
||||||
|
FROM: alien.c-types => float ;
|
||||||
SPECIALIZED-ARRAY: float
|
SPECIALIZED-ARRAY: float
|
||||||
SPECIALIZED-ARRAY: uint
|
SPECIALIZED-ARRAY: uint
|
||||||
IN: opengl
|
IN: opengl
|
||||||
|
|
Loading…
Reference in New Issue