package rune

  1. Overview
  2. Docs
Automatic differentiation and JIT compilation for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

raven-1.0.0.alpha1.tbz
sha256=8e277ed56615d388bc69c4333e43d1acd112b5f2d5d352e2453aef223ff59867
sha512=369eda6df6b84b08f92c8957954d107058fb8d3d8374082e074b56f3a139351b3ae6e3a99f2d4a4a2930dd950fd609593467e502368a13ad6217b571382da28c

doc/rune.llvm/Llvm/AtomicRMWBinOp/index.html

Module Llvm.AtomicRMWBinOpSource

The opcode of an atomicrmw instruction. See llvm::AtomicRMWInst::BinOp.

Sourcetype t =
  1. | Xchg
  2. | Add
  3. | Sub
  4. | And
  5. | Nand
  6. | Or
  7. | Xor
  8. | Max
  9. | Min
  10. | UMax
  11. | UMin
  12. | FAdd
  13. | FSub
  14. | FMax
  15. | FMin
  16. | UInc_Wrap
  17. | UDec_Wrap
  18. | USub_Cond
  19. | USub_Sat
  20. | FMaximum
  21. | FMinimum