├── .gitattributes ├── LICENSE ├── README.md ├── img ├── 1.jpg └── 2.jpg └── xor_float.hpp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obama-gaming/xor-float/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obama-gaming/xor-float/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obama-gaming/xor-float/HEAD/README.md -------------------------------------------------------------------------------- /img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obama-gaming/xor-float/HEAD/img/1.jpg -------------------------------------------------------------------------------- /img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obama-gaming/xor-float/HEAD/img/2.jpg -------------------------------------------------------------------------------- /xor_float.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obama-gaming/xor-float/HEAD/xor_float.hpp --------------------------------------------------------------------------------