removed __declspec(safe) duplicate
This commit is contained in:
@@ -1412,7 +1412,6 @@ static inline QUAL double __rcp_safe_##QUAL##_double(QUAL double x) \
|
||||
|
||||
RCPD(varying)
|
||||
__declspec(safe)
|
||||
__declspec(safe)
|
||||
static inline double rcp(double v) {
|
||||
if (__have_native_rcpd)
|
||||
return __rcp_varying_double(v);
|
||||
|
||||
Reference in New Issue
Block a user