borisfoko / Matrix-Multiplication-SIMD-Intrinsics-and-FPU

NxN Matrix Multiplication using SIMD with Intrinsics (MMX, SSE, SSE2, AVX, etc.) and FPU as inline ASM in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix-Multiplication-SIMD-Intrinsics-and-FPU

NxN Matrix Multiplication using SIMD with Intrinsics (MMX, SSE, SSE2, AVX, etc.) and FPU as inline ASM in C

Find the final documentation of this work as pdf file here

About

NxN Matrix Multiplication using SIMD with Intrinsics (MMX, SSE, SSE2, AVX, etc.) and FPU as inline ASM in C

License:MIT License


Languages

Language:C 100.0%