Search:

Type: Posts; User: jipe4153

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    4,378

    Yes i believe that was John Carmack ( spelling? )...

    Yes i believe that was John Carmack ( spelling? ) for reciprocal square root in Quake. However since 1999 x86 has faster built in functions (ref: Some Assembly Required » Blog Archive » Timing square...
  2. Replies
    5
    Views
    4,378

    Hi Salem, Well just for fun I've written a...

    Hi Salem,

    Well just for fun I've written a small bit compression algorithm (similar to Huffman coding) that identifies identical bytes or series of bytes and basically compresses these to a...
  3. Replies
    5
    Views
    4,378

    Bit operations on different datatypes

    Hello,

    I've written som code that parses through an array of chars and performs bit operations on each char ( each byte).

    Now what i would like to do is to reuse this code to parse through all...
Results 1 to 3 of 3