Wireshark-commits: [Wireshark-commits] rev 51173: /trunk/epan/ /trunk/epan/: proto.c

Date: Tue, 06 Aug 2013 19:53:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51173

User: darkjames
Date: 2013/08/06 12:53 PM

Log:
 Optimize wrs_count_bitshift()
 
 - Use __builtin_ctz for GCC/clang
 - Do multiply and lookup on other platforms

Directory: /trunk/epan/
  Changes    Path          Action
  +10 -5     proto.c       Modified