1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-02 00:17:52 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
Adhemerval Zanella
427c25278d x86: Adapt "%v" usage on clang to emit VEX enconding
clang does not support the %v to select the AVX encoding, nor the '%d' asm
contrain, and for AVX build it requires all 3 arguments.

This patch add a new internal header, math-inline-asm.h, that adds
functions to abstract the inline asm required differences between
gcc and clang.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
2025-11-10 08:58:06 -03:00