ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/sm_flag.h
(Generate patch)

Comparing ray/src/hd/sm_flag.h (file contents):
Revision 3.2 by greg, Sat Feb 22 02:07:25 2003 UTC vs.
Revision 3.3 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 8 | Line 8
8   #define IS_FLAG(f,t)            F_OP(f,t,&)
9   #define SET_FLAG(f,t)           F_OP(f,t,|=)
10   #define CLR_FLAG(f,t)           F_OP(f,t,&=~)
11 < #define FLAG_BYTES(n)            ((((n)+31) >>5)*sizeof(int4))
11 > #define FLAG_BYTES(n)            ((((n)+31) >>5)*sizeof(int32))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines