diff options
Diffstat (limited to 'vec_vsx_double2.h')
-rw-r--r-- | vec_vsx_double2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_vsx_double2.h b/vec_vsx_double2.h index 5931286..6505cdb 100644 --- a/vec_vsx_double2.h +++ b/vec_vsx_double2.h @@ -322,7 +322,7 @@ namespace vecmathlib { - boolvec_t signbit() const + boolvec_t isignbit() const { return (*this >> (bits-1)).as_bool(); } |