Commit Graph

361 Commits

Author SHA1 Message Date
c96450b5fe Rename Color to prepare for refactor 2022-05-25 23:42:06 -07:00
fffa291765 Fix LeastSquares mode and add tests for every quality level 2022-05-24 22:57:51 -07:00
829b5312b5 Tweak compiler warnings 2022-05-24 21:33:39 -07:00
c57106e3b2 Skip version number checking with debug builds
Because I found a way to build the extension module directly which helps speed up development immensely
2022-05-24 20:47:55 -07:00
468414f339 Add arm whadd instructions for all sizes of integer 2022-05-23 23:42:14 -07:00
f9831b1f61 :unsmilebeale: 2022-05-23 00:46:23 -07:00
0046bef9d3 Cmake why 2022-05-23 00:41:46 -07:00
8f19ad6a1d I cant spell
This reverts commit ed10899601.
2022-05-23 00:37:28 -07:00
ed10899601 just never include windows.h
tis a silly OS
2022-05-23 00:35:12 -07:00
2588ebcaa3 its late ok? 2022-05-23 00:28:01 -07:00
345344eef3 cleanup and prevent windows macros from stepping on everything 2022-05-23 00:21:33 -07:00
bf35983b2d Add tests for c-level code 2022-05-22 22:20:30 -07:00
c2d4e9be4d Merge branch 'feature/pytest' into feature/simd 2022-05-22 21:02:34 -07:00
920059bea1 Migrate tests to pytest 2022-05-22 18:40:13 -07:00
daae86cf50 Switch to pytest 2022-05-22 16:50:24 -07:00
c05879f1c1 Fixes and tweaks to whadd 2022-05-22 16:38:54 -07:00
aa6bd9602d Add widening hadd 2022-05-21 21:23:22 -07:00
8c77356aca Begin integrating xsimd 2022-05-20 20:46:45 -07:00
79f77a24b2 Remove Highway 2022-05-20 20:18:18 -07:00
04fece2771 Move clang-cl detection to cmake and allow it when setting flags 2022-05-16 23:41:42 -07:00
7ba2225644 Fix typo 2022-05-16 23:18:54 -07:00
4b3e236275 Tell Cmake to use clang-cl when requested 2022-05-16 23:13:40 -07:00
b2523dbe19 Try something 2022-05-16 23:05:09 -07:00
bcdfcb95fb h 2022-05-16 21:33:33 -07:00
e5f1a45c6b *raspberry noise* 2022-05-16 21:32:01 -07:00
014f7063fd Build wheels for SSE4 and using clang on windows 2022-05-16 21:29:45 -07:00
74aaac00d7 Fix AVX2 bug and add cmake SIMD ISA selection
By default, quicktex builds with -march=native on x86, unless an environment variable requesting a specific ISA is set. This doesnt work on MSVC though because it's a shit compiler, so it just falls back to no flags.
2022-05-16 20:52:31 -07:00
8168d6e249 Add emulated 128-bit support and fix x86 2022-05-15 20:03:05 -07:00
f7b0cbe76b add widening horizontal add for s16 vectors 2022-05-15 18:08:36 -07:00
bc925d3949 Include Highway in build 2022-05-15 00:43:28 -07:00
7f75104d18 Spell external correctly and exclude all affinity designer files 2022-05-13 00:51:39 -07:00
643276660a Include submodules in sdists and github actions 2022-05-13 00:36:00 -07:00
9789ecd159 Add Highway dependency 2022-05-13 00:32:35 -07:00
5c87c82702 Add file documenting development environment setup 2022-05-11 23:22:51 -07:00
ddbeff43cb Update copyright year 2022-05-11 20:51:35 -07:00
5c94782876 Remove debug wrapper, now that I know how to use a debug python build 2022-05-10 22:08:01 -07:00
9eaaf901f3 Fix compilation of test wrapper 2022-05-08 16:06:36 -07:00
dependabot[bot]
c79ffc8794 Bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 18:33:39 -07:00
55f0ced229 getting started instructions 2022-05-04 23:29:28 -07:00
eb7b259d53 Autogenerated command documentation from helpstrings 2022-05-04 23:03:06 -07:00
03801e2e1b New index page and remove broken page 2022-05-04 22:51:40 -07:00
3a28ec690c Merge remote-tracking branch 'origin/dependabot/github_actions/pypa/cibuildwheel-2.5.0' into dev 2022-05-02 22:42:11 -07:00
697f7243a0 Documentation nice-to-haves 2022-05-02 22:41:39 -07:00
22e1455ceb tell dependabot to target the dev branch 2022-05-02 22:26:05 -07:00
dependabot[bot]
c13f64828f
Bump pypa/cibuildwheel from 2.4.0 to 2.5.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 11:41:47 +00:00
9a57b096f5 Set min version for sphinx tools 2022-04-21 09:34:21 -07:00
82f079f1b6 Enable RTD building 2022-04-19 21:55:00 -07:00
2c72b7ad22 Ignore previous commit in blames 2022-04-18 19:56:41 -07:00
cb84f32eda Migrate code style to Black 2022-04-18 19:53:26 -07:00
b34fdf2316 Ignore wheels and sdists 2022-04-16 22:40:54 -07:00