[v1,05/27] x86/fpu: Build common data files for svml_s_*_{avx512, avx2, sse4}.S

Message ID 20221207085236.1424424-5-goldstein.w.n@gmail.com
State New
Headers
Series [v1,01/27] x86/fpu: Create helper file for common data macros |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent

Commit Message

Noah Goldstein Dec. 7, 2022, 8:52 a.m. UTC
  Build them so they can start to be used in the implementations.
---
 sysdeps/x86_64/fpu/Makefile | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/sysdeps/x86_64/fpu/Makefile b/sysdeps/x86_64/fpu/Makefile
index 7233174ede..e7e747e920 100644
--- a/sysdeps/x86_64/fpu/Makefile
+++ b/sysdeps/x86_64/fpu/Makefile
@@ -14,6 +14,9 @@  libmvec-support += \
   svml_d_log_data \
   svml_d_pow_data \
   svml_d_trig_data \
+  svml_s_common_avx2_rodata \
+  svml_s_common_evex512_rodata \
+  svml_s_common_sse4_rodata \
   svml_s_expf_data \
   svml_s_logf_data \
   svml_s_powf_data \