Skip to content

Commit

Permalink
X86 in README (#136)
Browse files Browse the repository at this point in the history
* add manifest

* update manifest

* exclude __pycache__ from sdist

* add loader path

* fix termination of cmake it

* fix description type

* remove stuff from install_requires

* improve readme
  • Loading branch information
hmacdope authored Nov 7, 2022
1 parent 98a7245 commit f549aab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distopia
--------

Faster distance calculations for the year 2022 🚀 🚀 🚀
Faster distance calculations for the year 2022 🚀 🚀 🚀 using x86 SIMD intrinsics

Get it on PyPi with

Expand Down Expand Up @@ -29,3 +29,9 @@ python setup.py install
```

You can then use the fast distance functions provided by `distopia`!

---
**NOTE**

Distopia is currently only for x86 processors
---

0 comments on commit f549aab

Please sign in to comment.