File: README

package info (click to toggle)
pocl 6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,320 kB
  • sloc: lisp: 149,513; ansic: 103,778; cpp: 54,947; python: 1,513; sh: 949; ruby: 255; pascal: 226; tcl: 180; makefile: 175; java: 72; xml: 49
file content (13 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
This code is taken almost verbatim from

https://github.com/marcandrysco/Errol.git

with only minor changes to make it suitable for OpenCL use
(removed dependencies on libc). Unfortunately it still relies
on certain functions only found in compiler-rt, so it's not
usable with every Clang build.

the paper describing the algorithm can be found at

https://cseweb.ucsd.edu/~mandrysc/pub/dtoa.pdf