Robert Clausecker

Results 54 issues of Robert Clausecker

## Prerequisites - [X] Have you checked for an existing issue describing your problem? - [X] Are you running the latest version? - [X] Is your ports tree recent? -...

bug

The current version of the reference does not document that the instructions `fsincos`, `fcos`, `fsin`, `fldenvd`, `fsaved`, `fprem1`, `frstord`, and `fstenvd` where only introduced with the 80387 processor.

The build system should support building and installing the `elf2uf2` and `pioasm` utilities, documentation ~~as well as pre-compiled library files for users of build systems other than CMake~~. Right now,...

installation

This line of code in `zed/runtime/expr/sort.go` if max := math.MaxUint32; n > max { fails to compile in 32 bit mode as such: runtime/expr/sort.go:27:12: cannot use math.MaxUint32 (untyped int constant...

community

It would be nice to have support for ICL with move elimination (i.e. early microcode) to be able to compare it with the current microcode. Perhaps such support could be...

I'm currently working on packaging uiCA for the FreeBSD ports collections. It would be great if the project came with a standard distutils setup for packaging. In our use case,...

enhancement

Hi there, Not only glibc and newlib provide `mempcpy`, so the build fails e.g. on recent FreeBSD due to a duplicate function `mempcpy`. To fix this, I've written [a patch](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265318)...

While packaging this project for FreeBSD (see [PR 257233](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257233)), I noticed that the `golang.org/x/sys` dependency requested by the project does not build on FreeBSD. I have included a patch to...

In `linbox/blackbox/apply.h`, around line 629, there is the following code: ``` for (size_t j=0; j

Your CMake scripts check for NEON support but also enable NEON on AArch32 (i.e. 32 bit ARM). Unfortunately you use a bunch of instrinsic functions only available on AArch64, leading...