Documentation ¶
Index ¶
- func AddU32_ASM(dst, src []uint32)
- func AddU32_SSE(dst, src []uint32)
- func AddU32_Slow(dst, src []uint32)
- func MulU32_ASM(dst, src []uint32)
- func MulU32_SSE(dst, src []uint32)
- func MulU32_Slow(dst, src []uint32)
- func SubU32_ASM(dst, src []uint32)
- func SubU32_SSE(dst, src []uint32)
- func SubU32_Slow(dst, src []uint32)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddU32_ASM ¶
func AddU32_ASM(dst, src []uint32)
func AddU32_SSE ¶
func AddU32_SSE(dst, src []uint32)
func AddU32_Slow ¶
func AddU32_Slow(dst, src []uint32)
func MulU32_ASM ¶
func MulU32_ASM(dst, src []uint32)
func MulU32_SSE ¶
func MulU32_SSE(dst, src []uint32)
func MulU32_Slow ¶
func MulU32_Slow(dst, src []uint32)
func SubU32_ASM ¶
func SubU32_ASM(dst, src []uint32)
func SubU32_SSE ¶
func SubU32_SSE(dst, src []uint32)
func SubU32_Slow ¶
func SubU32_Slow(dst, src []uint32)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.