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