There is a new pull request by gt7-void against master on the void-packages repository https://github.com/gt7-void/void-packages openblas https://github.com/void-linux/void-packages/pull/29645 openblas: choose generic target for x86 and x86_64. The current template uses DYNAMIC_ARCH=1 to get multiple versions of some functions to support different cpus. However, it will pick up the cpu it was compiled in as a minimum requirement for the common code. Adding TARGET=GENERIC fixes this, now the common code is compiled for a generic cpu. See #29604 and https://github.com/xianyi/OpenBLAS/issues/3139. #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me A patch file from https://github.com/void-linux/void-packages/pull/29645.patch is attached