SCM Repository
Diff of /trunk/src/lib/diderot.h
Parent Directory
|
Revision Log
|
Patch
revision 447, Thu Oct 21 04:24:00 2010 UTC | revision 448, Thu Oct 21 15:23:02 2010 UTC | |
---|---|---|
# | Line 106 | Line 106 |
106 | return a + b; | return a + b; |
107 | } | } |
108 | ||
109 | STATIC_INLINE float4 Diderot_SubV3 (float4 a, float4 b) | |
110 | { | |
111 | return a - b; | |
112 | } | |
113 | ||
114 | STATIC_INLINE float4 Diderot_MulV3 (float4 a, float4 b) | STATIC_INLINE float4 Diderot_MulV3 (float4 a, float4 b) |
115 | { | { |
116 | return a * b; | return a * b; |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |