NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49745 CVS commit: src/tests/include/sys



The following reply was made to PR lib/49745; it has been noted by GNATS.

From: "Tetsuya Isaki" <isaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49745 CVS commit: src/tests/include/sys
Date: Sat, 21 Mar 2015 05:32:07 +0000

 Module Name:	src
 Committed By:	isaki
 Date:		Sat Mar 21 05:32:07 UTC 2015
 
 Modified Files:
 	src/tests/include/sys: t_bitops.c
 
 Log Message:
 Rewrite ilog2's test.  PR lib/49745.
 - Reorganize ilog2_basic to ilog2_32bit, ilog2_64bit and ilog2_const.
   ilog2_const is compile-time test for __builtin_constant_p() part of
   current ilog2() implementation.
 - Remove fully meaningless ilog2_log2.  So this part of PR misc/44767
   is no longer present.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 src/tests/include/sys/t_bitops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index