| // Copyright 2018-2024 The Khronos Group. This work is licensed under a |
| // Creative Commons Attribution 4.0 International License; see |
| // http://creativecommons.org/licenses/by/4.0/ |
| |
| [[references]] |
| == Normative References |
| |
| . [[ieee-754-spec]]_IEEE Standard for Floating-Point Arithmetic_, IEEE Std 754-2008, |
| http://dx.doi.org/10.1109/IEEESTD.2008.4610935 , August, 2008. |
| . [[C99-spec]] "`ISO/IEC 9899:1999 - Programming Languages - C`", with |
| technical corrigenda TC1 and TC2, |
| https://www.iso.org/standard/29237.html . |
| // References are to sections of this specific version, referred to as the |
| // "`C99 Specification`", although other versions exist. |
| // . [[C11-spec]] "`ISO/IEC 9899:2011 - Information technology - Programming |
| // languages - C`", https://www.iso.org/standard/57853.html . |
| // References are to sections of this specific version, referred to as the |
| // "`C11 Specification`", although other versions exist. |
| . [[cpp14-spec]] "`ISO/IEC 14882:2014 - Information technology - Programming |
| languages - C++`", https://www.iso.org/standard/64029.html . |
| // References are to sections of this specific version, referred to as the |
| // "`C++14 Specification`", although other versions exist. |
| . [[opencl-spec]] "`The OpenCL Specification, Version 3.0, Unified`", |
| https://www.khronos.org/registry/OpenCL/ . |
| // References are to sections and tables of this specific version, although |
| // other versions exist. |
| . [[opencl-c-spec]] "`The OpenCL C Specification, Version 3.0`", |
| https://www.khronos.org/registry/OpenCL/ . |
| // References are to sections and tables of this specific version, although |
| // other versions exist. |
| . [[opencl-cpp-spec]] "`The OpenCL C++ 1.0 Specification`", |
| https://www.khronos.org/registry/OpenCL/ . |
| // References are to sections and tables of this specific version, although |
| // other versions exist. |
| . [[opencl-extension-spec]] "`The OpenCL Extension Specification, Version |
| 3.0, Unified`", https://www.khronos.org/registry/OpenCL/ . |
| // References are to sections and tables of this specific version, although |
| // other versions exists. |
| . [[spirv-spec]] "`SPIR-V Specification, Version 1.5, Unified`", |
| https://www.khronos.org/registry/spir-v/ . |
| . [[opencl-extended-instruction-set]] "`OpenCL Extended Instruction Set |
| Specification`", https://www.khronos.org/registry/spir-v/ . |
| . [[ulp-definition]] Jean-Michel Muller. _On the definition of ulp(x)_. |
| RR-5504, INRIA. 2005, pp.16. <inria-00070503> |
| Currently hosted at |
| https://hal.inria.fr/inria-00070503/document[https://hal.inria.fr/inria-00070503/document]. |
| . [[sRGB-spec]] "`IEC 61966-2-1:1999 Multimedia systems and equipment - |
| Colour measurement and management - Part 2-1: Colour management - |
| Default RGB colour space - sRGB`", |
| https://webstore.iec.ch/publication/6169 . |