]> sourceware.org Git - glibc.git/commit
x86-64: Simplify minimum ISA check ifdef conditional with if
authorSunil K Pandey <skpgkp2@gmail.com>
Fri, 1 Mar 2024 01:57:02 +0000 (17:57 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Sun, 3 Mar 2024 23:47:53 +0000 (15:47 -0800)
commitb6e3898194bbae78910bbe9cd086937014961e45
treeea4f0fe3898874bea18c3fc0b76ce5188090a1ca
parentd370155b9ab73d0c45bf968b7a9c823f4697a505
x86-64: Simplify minimum ISA check ifdef conditional with if

Replace minimum ISA check ifdef conditional with if.  Since
MINIMUM_X86_ISA_LEVEL and AVX_X86_ISA_LEVEL are compile time constants,
compiler will perform constant folding optimization, getting same
results.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86/cpu-features.c
This page took 0.041063 seconds and 5 git commands to generate.