package ocaml_intrinsics_kernel

  1. Overview
  2. Docs
Intrinsics

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
md5=f6ce51ce6ceec9093191e6f8a1cbea97
sha512=e197202f6af364caf864efda5d7496416c30bdc3ade9bf0e81e17014f1a046daee21897fc9d47fc4fa44408b1466cf8cff38831b5df45468f3f4a15723d75aac

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: 29 Apr 2024

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 (1)

  1. base >= "v0.17.0"

Conflicts

None

OCaml

Innovation. Community. Security.