summaryrefslogtreecommitdiffstats
path: root/vec_neon_float2.h
diff options
context:
space:
mode:
Diffstat (limited to 'vec_neon_float2.h')
-rw-r--r--vec_neon_float2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_neon_float2.h b/vec_neon_float2.h
index 9b48424..84d9e4e 100644
--- a/vec_neon_float2.h
+++ b/vec_neon_float2.h
@@ -231,7 +231,7 @@ namespace vecmathlib {
- boolvec_t signbit() const
+ boolvec_t isignbit() const
{
//return *this < IV(I(0));
return intvec(vshr_n_s32(v, FP::bits-1)).as_bool();
OpenPOWER on IntegriCloud