diff options
Diffstat (limited to 'sysdeps/x86_64/fpu/Makeconfig')
-rw-r--r-- | sysdeps/x86_64/fpu/Makeconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/Makeconfig b/sysdeps/x86_64/fpu/Makeconfig index 4352aa58c3..d7ff54312c 100644 --- a/sysdeps/x86_64/fpu/Makeconfig +++ b/sysdeps/x86_64/fpu/Makeconfig @@ -32,6 +32,7 @@ libmvec-funcs = \ # Define libmvec function for benchtests directory. libmvec-bench-funcs = \ cos \ + exp \ bench-libmvec-double = \ $(addprefix double-vlen1-, $(libmvec-bench-funcs)) \ |