On 9/20/10 11:52 PM, bearophile wrote:
Recently Bradley Mitchell in D.learn newsgroup has tried to implement the Quake fast inverse square root algorithm in D, and has found D lack the C++ reinterpret cast: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.learn&article_id=21901
Are there any cases where (*cast(int*)&someFloat) does not fit the bill?