package ocaml_intrinsics_kernel

  1. Overview
  2. Docs
Intrinsics

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.2.tar.gz
md5=94d4734d6844417053e93ef0e3b26e33
sha512=21397340656d9fbe8dc079d5772bb4ca3e9c8c9c235fe2bddbbabe75fff7d38afc95f10d16f71ad0ab67f9e6fcb4ce08bece8b56cb2b37904c7210c45aa44bb5

Description

Provides functions to invoke amd64 instructions (such as cmov, min/maxsd, popcnt) when available, or compatible software implementation on other targets. See also ocaml_intrinsics library.

Published: 11 May 2026

README

ocaml_intrinsics_kernel - a library of intrinsics for OCaml

The ocaml_intrinsics_kernel library provides an OCaml interface to operations that have dedicated hardware instructions on some micro-architectures. Currently, it provides the following operations:

  • conditional select

See ocaml_intrinsics for details. Unlike ocaml_intrinsics, ocaml_intrinsics_kernel can be used by programs compiled to javascript.

Dependencies (2)

  1. dune >= "3.11.0"
  2. ocaml >= "5.1.0"

Dev Dependencies

None

Used by (3)

  1. base >= "v0.17.0"
  2. fast_bitvector
  3. ocaml_intrinsics >= "v0.17.0"

Conflicts

None