Matheus C. França
Matheus C. França
**Note**: Not enough baggage to argue about. I recently viewed a benchmark of memory allocations apparently performed in the Windows environment. >I chose five allocators to compare. > >dlmalloc –...
I don't known what would be the relevance of this to the project #4456 itself. But it would help in testing in real and simulated environments of this architecture. I...
> Your best bet in the meantime is to try using inline ASM instead. Yes, it is! I was recently looking at but possible solution applied to rustacean and maybe...
`zig cc` master version no build `riscv_vector.h`, v0.10.x works. see: https://godbolt.org/z/6Yacqc1qn 0.11.0-dev.3386+99fe2a23c - Error ```bash In file included from :17: /opt/compiler-explorer/zig-master/lib/include/riscv_vector.h:18:2: error: "Vector intrinsics require the vector extension." #error "Vector...
> In ArchLinux, I installed mingw-w64-winpthreads, and added below code in build.zig ` main.addIncludeDir("/usr/x86_64-w64-mingw32/include");` `main.addObjectFile("/usr/x86_64-w64-mingw32/lib/libpthread.a");` it builds successfully for windows binary, and runs without problem. Same here with msys2!! Except,...
https://github.com/kassane/winpthreads-zigbuild CI: https://github.com/kassane/winpthreads-zigbuild/actions/runs/4544384380/jobs/8010328190 ```bash zig build test_nanosleep -DTests=true -DShared=false -Doptimize=ReleaseSafe 1680014539.456163100 1680014540.458370200 sleep 1002 ms nanosleep succeeded. nanosleep succeeded. nanosleep succeeded. nanosleep succeeded. nanosleep succeeded. [1680014546.477188300] clock_gettime (CLOCK_REALTIME) [ 993.099409700]...
> Hi, > Sry for the late response, didn't see I was mentioned here :D > I managed to get [Zig working for ESP32/ESP8266](https://github.com/INetBowser/zig-xtensa/blob/xtensa/XTENSA.md). Though the Xtensa backend still has...
@INetBowser, yep I used all the parameters to compile the LLVM (`-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="Xtensa"`). I used the Bootstrap build file as a reference, but following xtensa.md step by step.
More alternative: https://github.com/ominitay/zig/tree/xtensa @ominitay, what is the difference of this proposal compared to others?
Both PRs are outdated and in this one as it is an unofficial architecture of LLVM it doesn't make much sense to use it. Unless they make their own support...