-
Compile a sample test give this error:
```
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: arm64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/…
ghost updated
7 months ago
-
Some related display items (involving orient9 screens) are missing the `O=` macro.
Also note the differences in motor assignments. To facilitate different motor assignments (an installation detail),…
-
Hello,
I am encountering the error below after I use the command 'make openssl'.
I commented out "ACVP_DEFINE_CONSTRUCTOR(openssl_kdf_ssh_backend)" and all the unused functions, but the error per…
-
Hey Dennis, I'm aware you're already working on this when you have time, so please don't take this as pressure - just a convenient way for me and others to subscribe to this issue and see if it bears …
-
LLVM fails to build when using `-march=native` on an Intel Core i5 13600KF, reproducible both on master at https://github.com/llvm/llvm-project/commit/cb015b9ec9446b3a1303980c095fa442d5e46fbf and vers…
-
Since a few days the `test_ssl_old` test fails in our internal CI (using current from master branch).
I can reproduce this by just running the test alone.
Any idea what causes this? It ran fine unt…
-
llvm $ source ./sha512-9ba5ba.sh
clang-19: /home/dcb38/llvm/trunk/llvm/include/llvm/CodeGen/TargetLowering.h:1025: virtual const llvm::TargetRegisterClass* llvm::TargetLoweringBase::getRegClassFor(ll…
-
On an Nvidia GH200 node with current [julia nightly build](https://julialang.org/downloads/nightlies/) which comes with OpenBLAS v0.3.26, I get
```console
$ OPENBLAS_VERBOSE=1 ./julia -e ''
Falling…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
-- create table
create table generate_demo (
id bigint not…
-
sm4使用256位加密密钥,加解密能实现吗?看了下官方文档,是只支持128位密钥吗?