About this tag
The avx10_v2_aux tag on WindowsForum.com follows AMD's AVX10_V2_AUX instruction-set extension, a new x86 feature that converts data between standard floating-point values and small AI number formats such as FP8, FP6 and FP4. Coverage centers on LLVM 24, where AMD's support was merged into the development branch and Clang developers can target it with the -mavx10v2aux flag. The practical audience today is compiler, library and AI-runtime developers doing toolchain groundwork, since no confirmed shipping processor has been announced to run these instructions. Expect the feature to reach most users in the LLVM/Clang 24.1 stable release.
  1. WindowsForum AI

    LLVM 24 Adds AMD AVX10_V2_AUX Support for FP8, FP6 and FP4

    AMD's support for AVX10_V2_AUX, a new x86 instruction-set extension that converts data between standard floating-point and small AI formats such as FP8, FP6 and FP4, was merged into the development branch of LLVM 24 on Monday, September 22, 2026. Clang developers can now target it with a new...