├── LICENSE ├── Linux ├── FastContains16.s ├── FastContains32.s ├── FastContains64.s ├── FastContains8.s ├── FastContainsDouble.s ├── FastContainsFloat.s ├── FastFind16.s ├── FastFind32.s ├── FastFind64.s ├── FastFind8.s ├── FastFindDouble.s ├── FastFindFloat.s ├── FastMaxDouble.s ├── FastMaxFloat.s ├── FastMaxI16.s ├── FastMaxI32.s ├── FastMaxI64.s ├── FastMaxI8.s ├── FastMaxIdxDouble.s ├── FastMaxIdxFloat.s ├── FastMaxIdxI16.s ├── FastMaxIdxI32.s ├── FastMaxIdxI64.s ├── FastMaxIdxI8.s ├── FastMaxIdxU16.s ├── FastMaxIdxU32.s ├── FastMaxIdxU64.s ├── FastMaxIdxU8.s ├── FastMaxU16.s ├── FastMaxU32.s ├── FastMaxU64.s ├── FastMaxU8.s ├── FastMinDouble.s ├── FastMinFloat.s ├── FastMinI16.s ├── FastMinI32.s ├── FastMinI64.s ├── FastMinI8.s ├── FastMinIdxDouble.s ├── FastMinIdxFloat.s ├── FastMinIdxI16.s ├── FastMinIdxI32.s ├── FastMinIdxI64.s ├── FastMinIdxI8.s ├── FastMinIdxU16.s ├── FastMinIdxU32.s ├── FastMinIdxU64.s ├── FastMinIdxU8.s ├── FastMinU16.s ├── FastMinU32.s ├── FastMinU64.s └── FastMinU8.s ├── README.md ├── Windows ├── FastContains16.asm ├── FastContains32.asm ├── FastContains64.asm ├── FastContains8.asm ├── FastContainsDouble.asm ├── FastContainsFloat.asm ├── FastFind16.asm ├── FastFind32.asm ├── FastFind64.asm ├── FastFind8.asm ├── FastFindDouble.asm ├── FastFindFloat.asm ├── FastMaxDouble.asm ├── FastMaxFloat.asm ├── FastMaxI16.asm ├── FastMaxI32.asm ├── FastMaxI64.asm ├── FastMaxI8.asm ├── FastMaxIdxDouble.asm ├── FastMaxIdxFloat.asm ├── FastMaxIdxI16.asm ├── FastMaxIdxI32.asm ├── FastMaxIdxI64.asm ├── FastMaxIdxI8.asm ├── FastMaxIdxU16.asm ├── FastMaxIdxU32.asm ├── FastMaxIdxU64.asm ├── FastMaxIdxU8.asm ├── FastMaxU16.asm ├── FastMaxU32.asm ├── FastMaxU64.asm ├── FastMaxU8.asm ├── FastMinDouble.asm ├── FastMinFloat.asm ├── FastMinI16.asm ├── FastMinI32.asm ├── FastMinI64.asm ├── FastMinI8.asm ├── FastMinIdxDouble.asm ├── FastMinIdxFloat.asm ├── FastMinIdxI16.asm ├── FastMinIdxI32.asm ├── FastMinIdxI64.asm ├── FastMinIdxI8.asm ├── FastMinIdxU16.asm ├── FastMinIdxU32.asm ├── FastMinIdxU64.asm ├── FastMinIdxU8.asm ├── FastMinU16.asm ├── FastMinU32.asm ├── FastMinU64.asm └── FastMinU8.asm └── fast-array-ops.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/LICENSE -------------------------------------------------------------------------------- /Linux/FastContains16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastContains16.s -------------------------------------------------------------------------------- /Linux/FastContains32.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastContains32.s -------------------------------------------------------------------------------- /Linux/FastContains64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastContains64.s -------------------------------------------------------------------------------- /Linux/FastContains8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastContains8.s -------------------------------------------------------------------------------- /Linux/FastContainsDouble.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastContainsDouble.s -------------------------------------------------------------------------------- /Linux/FastContainsFloat.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastContainsFloat.s -------------------------------------------------------------------------------- /Linux/FastFind16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastFind16.s -------------------------------------------------------------------------------- /Linux/FastFind32.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastFind32.s -------------------------------------------------------------------------------- /Linux/FastFind64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastFind64.s -------------------------------------------------------------------------------- /Linux/FastFind8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastFind8.s -------------------------------------------------------------------------------- /Linux/FastFindDouble.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastFindDouble.s -------------------------------------------------------------------------------- /Linux/FastFindFloat.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastFindFloat.s -------------------------------------------------------------------------------- /Linux/FastMaxDouble.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxDouble.s -------------------------------------------------------------------------------- /Linux/FastMaxFloat.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxFloat.s -------------------------------------------------------------------------------- /Linux/FastMaxI16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxI16.s -------------------------------------------------------------------------------- /Linux/FastMaxI32.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxI32.s -------------------------------------------------------------------------------- /Linux/FastMaxI64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxI64.s -------------------------------------------------------------------------------- /Linux/FastMaxI8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxI8.s -------------------------------------------------------------------------------- /Linux/FastMaxIdxDouble.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxIdxDouble.s -------------------------------------------------------------------------------- /Linux/FastMaxIdxFloat.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxIdxFloat.s -------------------------------------------------------------------------------- /Linux/FastMaxIdxI16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxIdxI16.s -------------------------------------------------------------------------------- /Linux/FastMaxIdxI32.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxIdxI32.s -------------------------------------------------------------------------------- /Linux/FastMaxIdxI64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxIdxI64.s -------------------------------------------------------------------------------- /Linux/FastMaxIdxI8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxIdxI8.s -------------------------------------------------------------------------------- /Linux/FastMaxIdxU16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxIdxU16.s -------------------------------------------------------------------------------- /Linux/FastMaxIdxU32.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxIdxU32.s -------------------------------------------------------------------------------- /Linux/FastMaxIdxU64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxIdxU64.s -------------------------------------------------------------------------------- /Linux/FastMaxIdxU8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxIdxU8.s -------------------------------------------------------------------------------- /Linux/FastMaxU16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxU16.s -------------------------------------------------------------------------------- /Linux/FastMaxU32.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxU32.s -------------------------------------------------------------------------------- /Linux/FastMaxU64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxU64.s -------------------------------------------------------------------------------- /Linux/FastMaxU8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMaxU8.s -------------------------------------------------------------------------------- /Linux/FastMinDouble.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinDouble.s -------------------------------------------------------------------------------- /Linux/FastMinFloat.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinFloat.s -------------------------------------------------------------------------------- /Linux/FastMinI16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinI16.s -------------------------------------------------------------------------------- /Linux/FastMinI32.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinI32.s -------------------------------------------------------------------------------- /Linux/FastMinI64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinI64.s -------------------------------------------------------------------------------- /Linux/FastMinI8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinI8.s -------------------------------------------------------------------------------- /Linux/FastMinIdxDouble.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinIdxDouble.s -------------------------------------------------------------------------------- /Linux/FastMinIdxFloat.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinIdxFloat.s -------------------------------------------------------------------------------- /Linux/FastMinIdxI16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinIdxI16.s -------------------------------------------------------------------------------- /Linux/FastMinIdxI32.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinIdxI32.s -------------------------------------------------------------------------------- /Linux/FastMinIdxI64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinIdxI64.s -------------------------------------------------------------------------------- /Linux/FastMinIdxI8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinIdxI8.s -------------------------------------------------------------------------------- /Linux/FastMinIdxU16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinIdxU16.s -------------------------------------------------------------------------------- /Linux/FastMinIdxU32.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinIdxU32.s -------------------------------------------------------------------------------- /Linux/FastMinIdxU64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinIdxU64.s -------------------------------------------------------------------------------- /Linux/FastMinIdxU8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinIdxU8.s -------------------------------------------------------------------------------- /Linux/FastMinU16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinU16.s -------------------------------------------------------------------------------- /Linux/FastMinU32.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinU32.s -------------------------------------------------------------------------------- /Linux/FastMinU64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinU64.s -------------------------------------------------------------------------------- /Linux/FastMinU8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Linux/FastMinU8.s -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/README.md -------------------------------------------------------------------------------- /Windows/FastContains16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastContains16.asm -------------------------------------------------------------------------------- /Windows/FastContains32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastContains32.asm -------------------------------------------------------------------------------- /Windows/FastContains64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastContains64.asm -------------------------------------------------------------------------------- /Windows/FastContains8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastContains8.asm -------------------------------------------------------------------------------- /Windows/FastContainsDouble.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastContainsDouble.asm -------------------------------------------------------------------------------- /Windows/FastContainsFloat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastContainsFloat.asm -------------------------------------------------------------------------------- /Windows/FastFind16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastFind16.asm -------------------------------------------------------------------------------- /Windows/FastFind32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastFind32.asm -------------------------------------------------------------------------------- /Windows/FastFind64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastFind64.asm -------------------------------------------------------------------------------- /Windows/FastFind8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastFind8.asm -------------------------------------------------------------------------------- /Windows/FastFindDouble.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastFindDouble.asm -------------------------------------------------------------------------------- /Windows/FastFindFloat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastFindFloat.asm -------------------------------------------------------------------------------- /Windows/FastMaxDouble.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxDouble.asm -------------------------------------------------------------------------------- /Windows/FastMaxFloat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxFloat.asm -------------------------------------------------------------------------------- /Windows/FastMaxI16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxI16.asm -------------------------------------------------------------------------------- /Windows/FastMaxI32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxI32.asm -------------------------------------------------------------------------------- /Windows/FastMaxI64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxI64.asm -------------------------------------------------------------------------------- /Windows/FastMaxI8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxI8.asm -------------------------------------------------------------------------------- /Windows/FastMaxIdxDouble.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxIdxDouble.asm -------------------------------------------------------------------------------- /Windows/FastMaxIdxFloat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxIdxFloat.asm -------------------------------------------------------------------------------- /Windows/FastMaxIdxI16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxIdxI16.asm -------------------------------------------------------------------------------- /Windows/FastMaxIdxI32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxIdxI32.asm -------------------------------------------------------------------------------- /Windows/FastMaxIdxI64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxIdxI64.asm -------------------------------------------------------------------------------- /Windows/FastMaxIdxI8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxIdxI8.asm -------------------------------------------------------------------------------- /Windows/FastMaxIdxU16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxIdxU16.asm -------------------------------------------------------------------------------- /Windows/FastMaxIdxU32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxIdxU32.asm -------------------------------------------------------------------------------- /Windows/FastMaxIdxU64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxIdxU64.asm -------------------------------------------------------------------------------- /Windows/FastMaxIdxU8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxIdxU8.asm -------------------------------------------------------------------------------- /Windows/FastMaxU16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxU16.asm -------------------------------------------------------------------------------- /Windows/FastMaxU32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxU32.asm -------------------------------------------------------------------------------- /Windows/FastMaxU64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxU64.asm -------------------------------------------------------------------------------- /Windows/FastMaxU8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMaxU8.asm -------------------------------------------------------------------------------- /Windows/FastMinDouble.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinDouble.asm -------------------------------------------------------------------------------- /Windows/FastMinFloat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinFloat.asm -------------------------------------------------------------------------------- /Windows/FastMinI16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinI16.asm -------------------------------------------------------------------------------- /Windows/FastMinI32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinI32.asm -------------------------------------------------------------------------------- /Windows/FastMinI64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinI64.asm -------------------------------------------------------------------------------- /Windows/FastMinI8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinI8.asm -------------------------------------------------------------------------------- /Windows/FastMinIdxDouble.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinIdxDouble.asm -------------------------------------------------------------------------------- /Windows/FastMinIdxFloat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinIdxFloat.asm -------------------------------------------------------------------------------- /Windows/FastMinIdxI16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinIdxI16.asm -------------------------------------------------------------------------------- /Windows/FastMinIdxI32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinIdxI32.asm -------------------------------------------------------------------------------- /Windows/FastMinIdxI64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinIdxI64.asm -------------------------------------------------------------------------------- /Windows/FastMinIdxI8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinIdxI8.asm -------------------------------------------------------------------------------- /Windows/FastMinIdxU16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinIdxU16.asm -------------------------------------------------------------------------------- /Windows/FastMinIdxU32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinIdxU32.asm -------------------------------------------------------------------------------- /Windows/FastMinIdxU64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinIdxU64.asm -------------------------------------------------------------------------------- /Windows/FastMinIdxU8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinIdxU8.asm -------------------------------------------------------------------------------- /Windows/FastMinU16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinU16.asm -------------------------------------------------------------------------------- /Windows/FastMinU32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinU32.asm -------------------------------------------------------------------------------- /Windows/FastMinU64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinU64.asm -------------------------------------------------------------------------------- /Windows/FastMinU8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/Windows/FastMinU8.asm -------------------------------------------------------------------------------- /fast-array-ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/komrad36/FastArrayOps/HEAD/fast-array-ops.h --------------------------------------------------------------------------------