Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/what.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ Dr.Jit provides two backends with feature parity:

2. The `LLVM <https://llvm.org>`__ backend targets Intel (``x86_64``) and ARM
(``aarch64``) CPUs. It parallelizes the program using the available CPU
cores and vector instruction set extensions such as AVX, AVX512, NEON, etc.
cores and vector instruction set extensions. On Intel (``x86_64``) for
example, this requires extensions such as AVX, AVX512, NEON, etc.
You can explicitly request this backend by importing types from
``drjit.llvm`` or ``drjit.llvm.ad`` (add ``.ad`` if derivative computation is needed).

Expand Down