This repository is a proof-of-concept to demonstrate how you can create a Python Extension in 100% assembly.
Demonstrates:
The simple proof-of-concept function takes 2 parameters,
>>> import pymult
>>> pymult.multiply(2, 4)
8
Just because it can be done.
Also, I want to see if some AVX/AVX2 instructions (high-performance matrix multiplication especially) can be used directly from Python.
Version | Tag | Published |
---|---|---|
0.0.2 | 2yrs ago | |
0.0.1 | 2yrs ago | |
0.0.0 | 2yrs ago |