-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Here I have a simple Assembly with the tray and cover able to slide into the box. But I re…
-
Package: icu:wasm32-emscripten@74.2#2
**Host Environment**
- Host: x64-windows
- Compiler: Clang 19.0.0
- vcpkg-tool version: 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457
vcpkg-…
-
While trying to run a mammalian (chromosome-specific) assembly with ~20 million reads, stages with k=21 and k=33 complete successfully. Subsequently, the k=55 step fails with
`: Error in malloc():…
-
### Description of bug
Hello,
I have had a great experience using SPAdes for assembly _de novo_ transcriptomes,
Unfortunately, I have trouble running rnaSPAdes now,
It finished abnormally b…
RJEGR updated
4 months ago
-
# Feature or enhancement
### Proposal:
currently the autotools does the following check
```
AS_CASE([$PLATFORM_TRIPLET],
[x86_64-linux-gnu], [perf_trampoline=yes],
[aarch64-linux-gnu], [perf_tr…
-
# Proposal
## Background
LLVM [FileCheck] is a LLVM bin tool is that used in our
`tests/{assembly,codegen}` test suites. [FileCheck] directives are not handled
by compiletest (which uses `//@` prefi…
-
Full example:
https://cpp.compiler-explorer.com/z/GaPEch7dj
For the code in the example, LLVM generates the following ARM64 assembly:
```
make_id(T*, long):
ldr w9, [x0, x1, lsl #2]…
-
### Description
I have a .NET MAUI application that only targets Android. Now it works fine, data is there and loaded. But one thing I noticed is that when I scrolled to the bottom, there is a noti…
-
### Describe the bug?
Attempting to start the latest headless client version(2024.10.23.15) on ARM yields the error message "Unhandled exception. System.IO.FileLoadException: Could not load file or a…
-
Hi,
I have this kind of program:
```cpp
#include
struct A;
struct PtrWrapper
{
std::shared_ptr m_sp;
PtrWrapper(A* t)
: m_sp(t)
{
}
};
struct MyClass {
…
syyyr updated
3 weeks ago