rt.compiler.gdc.rt.arrayreal

D programming language http://www.digitalmars.com/d/ Runtime support for double array operations. Placed in public domain.

Members

Aliases

T
alias T = real
Undocumented in source.
amd3dnow
alias amd3dnow = CPUid.amd3dnow
Undocumented in source.
mmx
alias mmx = CPUid.mmx
Undocumented in source.
sse
alias sse = CPUid.sse
Undocumented in source.
sse2
alias sse2 = CPUid.sse2
Undocumented in source.

Functions

_arraySliceExpMulSliceAddass_r
T[] _arraySliceExpMulSliceAddass_r(T[] a, T value, T[] b)

Computes: a[] += b[] * value

_arraySliceExpMulSliceMinass_r
T[] _arraySliceExpMulSliceMinass_r(T[] a, T value, T[] b)

Computes: a[] -= b[] * value

_arraySliceSliceAddSliceAssign_r
T[] _arraySliceSliceAddSliceAssign_r(T[] a, T[] c, T[] b)

Computes: a[] = b[] + c[]

_arraySliceSliceMinSliceAssign_r
T[] _arraySliceSliceMinSliceAssign_r(T[] a, T[] c, T[] b)

Computes: a[] = b[] - c[]

amd3dnow
bool amd3dnow()
Undocumented in source. Be warned that the author may not have intended to support it.
disjoint
bool disjoint(T[] a, T[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
mmx
bool mmx()
Undocumented in source. Be warned that the author may not have intended to support it.
sse
bool sse()
Undocumented in source. Be warned that the author may not have intended to support it.
sse2
bool sse2()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CPUID_MAX
int CPUID_MAX;
Undocumented in source.
cpuid
int cpuid;
Undocumented in source.

Meta