-
Examples to start:
* https://github.com/xxh/xxh/blob/master/xxh_xxh/xxh.bash
* https://github.com/xxh/xxh/blob/master/xxh_xxh/xxh.zsh
* https://github.com/xxh/xxh/blob/master/xxh_xxh/xxh.xsh
**…
-
Local OS:Apple M2 MacOS 14 Sonoma
**Destination host OS: CentOS Linux 7**
**xxh version:0.8.12**
**xxh-plugins installed:xxh-plugin-zsh-powerlevel10k and xxh-plugin-zsh-ohmyzsh**
**Steps to Re…
-
The size of state structures is specifically not exposed by `xxhash.h` as in dynamic linking setup (e.g. using system library with pkgconfig) these structure sizes may change.
```c
/*!
* @brief …
-
**Local OS (where xxh is installed):** archlinux
**Destination host OS:** nixos
**xxh version:** xxh/0.8.12
**xxh-plugins installed:** none
**Steps to Reproduce**
```
>>> xxh mini +s xonsh
…
-
**Local OS (where xxh is installed):** MacOS
**Destination host OS:** ubuntu/lxc containers
**xxh version:** xxh/0.8.6
**xxh-plugins installed:** xxh-plugin-zsh-ohmyzsh
**Steps to Reproduce**
1…
-
I misread the comment. Perhaps this?
```c
#if __GNUC__ >= 12 || !defined(XXH_INLINE_ALL)
XXH_NO_INLINE
#else
XXH_FORCE_INLINE
#endif
```
_Originally posted by @easyaspi314 in https://github.com/Cyan…
-
(internimage) xxh@hua-GPU-CloudKirin:/6_data/xxh/Project2023/InternImage/segmentation/ops_dcnv3$ sh ./make.sh
True
running build
running build_py
running build_ext
/home/xxh/.virtualenvs/internim…
-
Distributions are beginning to build with `-march=x86-64-v3`, for example Fedora ELN, so they trip over this.
This conditional `#error` seems to be more of a reminder to xxHash developers and not u…
-
xxh has been awesome so far with it's core functionality - but I need to type in the exact host names from ssh config as of now. Is it possible to auto-complete this with TAB-key support?
```
xxh …
-
I have xonsh installed and configured as my user shell, in just my terminal config (kitty).
I also have `xonsh` specified in my `kubie` config like:
```
@ cat ~/.kube/kubie.yaml
# Force kubie …