Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8269031

linux x86_64 check for binutils 2.25 or higher after 8265783

XMLWordPrintable

    • b03
    • x86_64
    • linux

        After 8265783: Create a separate library for x86 Intel SVML assembly intrinsics
        we run into build errors when older (than 2.25) binutils are used on linux x86_64 .
        See https://bugs.openjdk.java.net/browse/JDK-8265783
        On an old Ubuntu Linux with binutils 2.24 and gcc-7.3 we noticed this build error :
        * For target support_native_jdk.incubator.vector_libsvml_svml_d_acos_linux_x86.o:
        svml_d_acos.c: Assembler messages:
        svml_d_acos.c:1137: Error: operand type mismatch for `vorpd'
        svml_d_acos.c:1138: Error: operand type mismatch for `vandpd'
        svml_d_acos.c:1149: Error: operand type mismatch for `vxorpd'
        svml_d_acos.c:1155: Error: operand type mismatch for `vorpd'
        svml_d_acos.c:1166: Error: operand type mismatch for `vxorpd'
        svml_d_acos.c:1191: Error: operand type mismatch for `vorpd'
        svml_d_acos.c:1196: Error: operand type mismatch for `vxorpd'
        svml_d_acos.c:1199: Error: operand type mismatch for `vorpd'
        svml_d_acos.c:1201: Error: operand type mismatch for `vxorpd'
        svml_d_acos.c:1205: Error: operand type mismatch for `vxorpd'

        No issue has been seen however with gcc-7/gcc-8 and later binutils (e.g. 2.29).
        Is there some minimum binutils requirement for this to compile ?
        If so, should we check for the binutils version in configure (or is it something else
        and not related to binutils) ?

        Answer:
        Yes this is due to binutils. Minimum required would be binutils 2.25 where AVX512 support was added for Skylake.

        So some check for the binutils version might be beneficial (there is already a linker version check in place that could be reused).

              mbaesken Matthias Baesken
              mbaesken Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: