No description
Find a file
MITSUNARI Shigeo da1818592f update doc
2023-12-01 15:03:00 +09:00
.github ci: use containers 2022-12-02 15:10:35 +01:00
cmake build(meson): fix CMake Config file include dir 2021-10-10 21:30:09 +02:00
doc update doc 2023-12-01 15:03:00 +09:00
gen amx supports apx 2023-12-01 13:37:17 +09:00
sample update cpuid list 2023-08-07 10:12:04 +09:00
test amx supports apx 2023-12-01 13:37:17 +09:00
xbyak amx supports apx 2023-12-01 13:37:17 +09:00
.gitignore support slightly more modern cmake 2020-11-19 18:27:05 -08:00
Android.bp Changes to compile xbyak project for openvino 2022-09-09 10:56:19 +09:00
CMakeLists.txt build(cmake): bump minimum required to version 3.5 2023-10-04 22:11:55 +02:00
COPYRIGHT delete the sentences translated into Japanese from COPYRIGHT 2021-10-07 10:41:53 +09:00
Makefile Possibility to specify a different PREFIX 2020-04-08 09:26:15 +01:00
meson.build v6.73 2023-08-07 11:12:29 +09:00
readme.md v6.73 2023-08-07 11:12:29 +09:00
readme.txt v6.73 2023-08-07 11:12:29 +09:00
xbyak.sln remove *.user and *.vcproj 2019-09-16 21:47:19 +09:00

Xbyak 6.73 Badge Build

A C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)

Menu

Abstract

Xbyak is a C++ header library that enables dynamically to assemble x86(IA32), x64(AMD64, x86-64) mnemonic.

The pronunciation of Xbyak is kəi-bja-k. It is named from a Japanese word 開闢, which means the beginning of the world.

Feature

  • header file only
  • Intel/MASM like syntax
  • fully support AVX-512

Note: Use and_(), or_(), ... instead of and(), or(). If you want to use them, then specify -fno-operator-names option to gcc/clang.

Derived Projects

News

  • add amx_fp16/avx_vnni_int8/avx_ne_convert/avx-ifma
  • add movdiri, movdir64b, clwb, cldemote
  • WAITPKG instructions (tpause, umonitor, umwait) are supported.
  • MmapAllocator supports memfd with user-defined strings. see sample/memfd.cpp
  • strictly check address offset disp32 in a signed 32-bit integer. e.g., ptr[(void*)0xffffffff] causes an error.
    • define XBYAK_OLD_DISP_CHECK if you need an old check, but the option will be remoevd.
  • add jmp(mem, T_FAR), call(mem, T_FAR) retf() for far absolute indirect jump.
  • vnni instructions such as vpdpbusd supports vex encoding.
  • (break backward compatibility) push(byte, imm) (resp. push(word, imm)) forces to cast imm to 8(resp. 16) bit.
  • (Windows) #include <winsock2.h> has been removed from xbyak.h, so add it explicitly if you need it.
  • support exception-less mode see. Exception-less mode
  • XBYAK_USE_MMAP_ALLOCATOR will be defined on Linux/macOS unless XBYAK_DONT_USE_MMAP_ALLOCATOR is defined.

Supported OS

  • Windows (Xp, Vista, 7, 10, 11) (32 / 64 bit)
  • Linux (32 / 64 bit)
  • macOS (Intel CPU)

Supported Compilers

Almost C++03 or later compilers for x86/x64 such as Visual Studio, g++, clang++, Intel C++ compiler and g++ on mingw/cygwin.

License

BSD-3-Clause License

Author

光成滋生Mitsunari Shigeo

GitHub|Website (Japanese)|herumi@nifty.com

Sponsors welcome

GitHub Sponsor