Commit Graph
92 Commits
Author SHA1 Message Date
SunTY 357011e579 Add pascal binding (#75) 2024-03-04 21:46:03 +08:00
Cocoa 87dd138312 updated erlang binding (#72) 2024-03-04 21:45:40 +08:00
Cocoa b81216715b add support for Solaris (#71) 2024-03-03 23:48:02 +08:00
Cocoa 5f3198aaea add support for DragonflyBSD (#70) 2024-03-03 22:37:35 +08:00
nihui 4785feb8fe fix arm thumb detection (#69) 2024-03-02 14:18:50 +08:00
nihui e6366ea640 detect arm half (#66) 2024-03-02 11:22:46 +08:00
柚木 鉉 b42485d56e add vlang binding (#67) 2024-03-02 10:52:39 +08:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 00eef8352f Bump actions/setup-go from 2 to 5 (#68)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-02 10:32:11 +08:00
張小凡 a753c213fb Add more AVX512 ISA(AVX512ER AVX512_4VNNIW AVX512_4FMAPS). (#62) 2024-03-01 23:49:07 +08:00
柚木 鉉 2008665a13 ruapu SyterKit v0.2.6.1 support (#56) 2024-03-01 20:41:44 +08:00
Ziyao fc24366512 Add haskell binding (#63) 2024-03-01 19:20:14 +08:00
dreamcmi f40a34c04b add go support (#59) 2024-03-01 12:33:38 +08:00
nihui 8ea0754e3f fix s390x inst align (#61) 2024-03-01 11:38:25 +08:00
mizu-bai 5fdbe0408e Add Fortran binding (#55) 2024-02-29 21:45:13 +08:00
Cocoa a362da640a Add erlang binding (#54)
* add erlang support

* add erlang support for windows

* add erlang ci for linux and windows
2024-02-29 21:42:14 +08:00
Ziyao 683210d02f add lua binding (#53) 2024-02-29 21:37:54 +08:00
Yoh 070f52dda3 Enhance Python API to support retrieval of all available ISAs (#51)
* Enhance Python API to support retrieval of all available ISAs

* add rua! ci

* migrate to ruapu_rua()
2024-02-29 21:36:35 +08:00
nihui fdead14410 print on travis log (#57) 2024-02-29 21:32:56 +08:00
nihui 1deb81911a Update .travis.yml 2024-02-29 21:12:52 +08:00
nihui fc2420234c Update .travis.yml 2024-02-29 21:03:47 +08:00
Cocoa 550a9caa0f added rust support (#50)
* added rust support

* move binding files to their respective directories

* updated README.md

* updated pypi ci package-dir

* add ruapu::rua() for rust
2024-02-28 23:34:26 +08:00
nihui 8d3ffb0e60 ruapu_rua() returns all supported features (#52) 2024-02-28 22:44:21 +08:00
nihui 884debca87 Update README.md 2024-02-27 21:34:54 +08:00
nihui 407fd6e6dc Update README.md 2024-02-27 19:31:54 +08:00
nihui 41b17e44f4 Update README.md 2024-02-27 17:32:16 +08:00
nihui 5402154cb4 build pypi wheel (#47) 2024-02-27 17:24:58 +08:00
Cocoa f1298215cb added python support (#44) 2024-02-27 15:10:48 +08:00
nihui 8751606fc0 add travis ci (#46) 2024-02-27 11:24:00 +08:00
柚木 鉉 335ce5fa60 detect openrisc core, support orbis32, orbis64, orfpx32, orfpx64, orvdx64 (#43) 2024-02-25 20:36:51 +08:00
nihui 0b14a40314 Update README.md 2024-02-25 17:48:36 +08:00
nihui e0a7768442 Update README.md 2024-02-25 17:34:15 +08:00
nihui de5f8ad7d2 add faq section (#42) 2024-02-25 17:21:10 +08:00
nihui 991d5aacf8 detect more aarch64 crypto extensions 2024-02-25 16:23:12 +08:00
Cocoa c8954feaa6 added freebsd, netbsd and openbsd support (#41) 2024-02-25 16:20:33 +08:00
nihui 3062efed38 allow baremetal detector (#40) 2024-02-24 13:26:28 +08:00
dreamcmi f45b1549e3 Fix RISCV M check (#38)
* fix riscv m extended check, add zmmul extended check

* update RUAPU_ISAENTRY for zmmul

* update readme to add zmmul extension of riscv
2024-02-24 12:03:21 +08:00
nihui 61579c3932 detect arm64 asimdrdm (#37) 2024-02-23 23:29:46 +08:00
nihui a64feebe2d detect arm64 mte (#36) 2024-02-23 22:50:54 +08:00
He Yang fa7f1c6c1f Add warning when compiling UWP apps (#32)
(which is not supported for now...)
2024-02-23 22:50:11 +08:00
nihui 0be00a9b4c arm vfpv4 introduce fma 2024-02-23 22:11:54 +08:00
nihui 34fadc957a detect arm idiv (#33) 2024-02-23 22:04:05 +08:00
nihui a9ae51cddc update credits 2024-02-23 21:21:16 +08:00
nihui 886ca9baac Update main.c 2024-02-23 21:16:20 +08:00
nihui 4740d0ce06 adjust some code order 2024-02-23 21:15:59 +08:00
Ziyao 097ec7d715 Support more risc-v extensions (#31)
Add support for zfa, zfh, zfhmin, zicsr and zifencei
2024-02-23 19:44:36 +08:00
junchao-loongson b263bf6d65 loongarch support (#30) 2024-02-23 15:29:36 +08:00
Monkeyking 1831bf381e apple: amx support (#28) 2024-02-23 13:04:27 +08:00
nihui ecc008eb15 s390x support (#29) 2024-02-23 11:38:01 +08:00
Sophon 4b5d00bceb Add support for some arm64 crypto extensions (#26)
Signed-off-by: Xilin Wu <wuxilin123@gmail.com>
2024-02-22 23:18:23 +08:00
nihui 1f41ad0e54 qemu docker ci (#23) 2024-02-22 22:44:33 +08:00