removed __declspec(safe) duplicate

This commit is contained in:
evghenii
2014-02-05 13:04:45 +01:00
parent d3a6693eef
commit 732a315a4b

View File

@@ -1411,7 +1411,6 @@ static inline QUAL double __rcp_safe_##QUAL##_double(QUAL double x) \
} }
RCPD(varying) RCPD(varying)
__declspec(safe)
__declspec(safe) __declspec(safe)
static inline double rcp(double v) { static inline double rcp(double v) {
if (__have_native_rcpd) if (__have_native_rcpd)