- _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.
D programming language http://www.digitalmars.com/d/ Runtime support for double array operations. Placed in public domain.