diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-02-07 12:54:31 -0500 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-02-11 16:16:57 +0000 |
commit | 31674ccdfd20923f67b3bd0b45dce6e7d5416a8a (patch) | |
tree | 7d05516ddb2aaa793ac506fbfa403f1c69b7e9da | |
parent | bc1fb05f63e165cb4556b8d1f06c131a9719f98e (diff) |
Fix typo in include/clc/geometric/length.inc
-rw-r--r-- | generic/include/clc/geometric/length.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/include/clc/geometric/length.inc b/generic/include/clc/geometric/length.inc index 8ee8bf3..a9fa2d5 100644 --- a/generic/include/clc/geometric/length.inc +++ b/generic/include/clc/geometric/length.inc @@ -1 +1 @@ -_CLC_OVERLOAD _CLC_DECL float length(FLOATN p0); +_CLC_OVERLOAD _CLC_DECL FLOAT length(FLOATN p0); |