[arrayfire] 77/248: Add 16-bit enums to docs

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:54:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit f606a919718b07c26ac5c38555a0beb249d449e9
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Wed Sep 23 16:48:25 2015 -0400

    Add 16-bit enums to docs
---
 docs/pages/getting_started.md | 2 ++
 include/af/array.h            | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/pages/getting_started.md b/docs/pages/getting_started.md
index 451f994..6d1c7cd 100644
--- a/docs/pages/getting_started.md
+++ b/docs/pages/getting_started.md
@@ -17,6 +17,8 @@ underlying data may be one of various [basic types](\ref af::af_dtype):
 * [c64](\ref c64) complex double-precision (`cdouble`)
 * [s64](\ref s64) 64-bit signed integer (`intl`)
 * [u64](\ref u64) 64-bit unsigned integer (`uintl`)
+* [s16](\ref s16) 16-bit signed integer (`short`)
+* [u16](\ref u16) 16-bit unsigned integer (`unsigned short`)
 
 Older devices may not support double precision operations.
 
diff --git a/include/af/array.h b/include/af/array.h
index c6ee564..dc570fc 100644
--- a/include/af/array.h
+++ b/include/af/array.h
@@ -640,7 +640,7 @@ namespace af
         bool isfloating() const;
 
         /**
-           \brief Returns true if the array type is \ref u8, \ref b8, \ref s32 \ref u32, \ref s64, \ref u64
+           \brief Returns true if the array type is \ref u8, \ref b8, \ref s32 \ref u32, \ref s64, \ref u64, \ref s16, \ref u16
         */
         bool isinteger() const;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list