Fabian Langguth

Results 3 issues of Fabian Langguth

### Observed behavior * `compile_commands.json` ``` [ { "directory": "/Users/flanggut/tmp/ccls", "file": "/Users/flanggut/tmp/ccls/main.cpp", "arguments": [ "/usr/local/opt/llvm/bin/clang++", "-std=c++17", "-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include", "-isystem /Library/Developer/CommandLineTools/usr/lib/clang/11.0.3/include/", "-I.", "main.cpp" ] } ] ``` * `main.cpp` ``` #include...

Adding overloads for a neon intrinsics backend. The code is a ported version of the backend from the enoki repo. Tested via unit tests on an M1 mac. See also...

Hi! I am evaluating if it is worth switching some code from enoki to drjit. I noticed that currently there is no packet overload for Neon intrinsics, i.e. something corresponding...