/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.felixcloutier.com
| | nhigham.com
8.6 parsecs away

Travel
| | The 2008 revision of the IEEE Standard for Floating-Point Arithmetic introduced a half precision 16-bit floating point format, known as fp16, as a storage format. Various manufacturers have adopted fp16 for computation, using the obvious extension of the rules for the fp32 (single precision) and fp64 (double precision) formats. For example, fp16 is supported by...
| | c9x.me
8.6 parsecs away

Travel
| | x86 assembly tutorials, x86 opcode reference, programming, pastebin with syntax highlighting
| | paul.bone.id.au
7.9 parsecs away

Travel
| | In this article we take a look at how the operands of x86 instructions are encoded.
| | eli.thegreenplace.net
21.4 parsecs away

Travel
| [AI summary] A technical tutorial explaining the Top-Down Operator Precedence (Pratt) parsing algorithm for handling expression grammars.