This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/20469] [x86_64] Link fail with -fopenmp and -ffast-math


https://sourceware.org/bugzilla/show_bug.cgi?id=20469

--- Comment #3 from guanx <guanx.bac at gmail dot com> ---
When explicitly link with "libmvec_nonshared.a", there comes more undefined
references:

$ gcc -O1 -fopenmp -ffast-math test.c /usr/lib64/libmvec_nonshared.a -lm
/usr/lib64/libmvec_nonshared.a(svml_finite_alias.oS): In function
`_ZGVbN2v___log_finite':
(.text+0x2): undefined reference to `_ZGVbN2v_log'
/usr/lib64/libmvec_nonshared.a(svml_finite_alias.oS): In function
`_ZGVcN4v___log_finite':
(.text+0x12): undefined reference to `_ZGVcN4v_log'
/usr/lib64/libmvec_nonshared.a(svml_finite_alias.oS): In function
`_ZGVdN4v___log_finite':
(.text+0x22): undefined reference to `_ZGVdN4v_log'
/usr/lib64/libmvec_nonshared.a(svml_finite_alias.oS): In function
`_ZGVeN8v___log_finite':
(.text+0x32): undefined reference to `_ZGVeN8v_log'
... ...
... (snip)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]