[Bug 273219] math/openblas: update to 0.3.24

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Sep 2023 16:34:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273219

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fuz@FreeBSD.org

--- Comment #6 from Robert Clausecker <fuz@FreeBSD.org> ---
(In reply to Daniel Engberg from comment #5)

I think OpenBLAS does dynamic runtime dispatch for SIMD kernels.  So the code
is compiled multiple times for varying levels of instruction set dependencies
and the correct variant then picked at runtime.  So -mavx2 and friends should
only be passed for some files, with others being compiled without such flags.

-- 
You are receiving this mail because:
You are the assignee for the bug.