[OpenSSL-3.0LTS] TNF local patch - crypto/ppccap.c: check sysctl machdep.fpu_present value

Issue #381 resolved
Takehiko NOZAKI repo owner created an issue

check sysctl machdep.fpu_present value to determin whether FPU is emulated or not

if it is emulation, don’t use FPU instruction for performance.

Comments (3)

  1. Takehiko NOZAKI reporter

    add N*BSD-sparc target and fix Issue #158, #168, #375 and #381

    • Issue #158 gcm128.c - disable hardware GCM128 accelaration before SPARC 32bit(pre V9)
    • Issue #168 sparccpuid.S - parc64 asm label fix to workaround for build failure
    • Issue #375 unix-Makefile.tmpl - Makefile requires obsoleted SysV m4 -B option
    • Issue #381 sparccpuid.S - avoid illegal instruction trap

    → <<cset 4c86eecb6f9f>>

  2. Log in to comment