Just a simpler list of things to fix from https://github.com/doe300/VC4CL/issues/41: - [ ] `fmod` - too inaccurate (at least with very large numbers) - [x] correctly handle compilation options defined in OpenCL standard (for VC4C and passing on to CLang pre-compiler) - [x] correctly handle (dynamic) negative indices in address calculation
Just a simpler list of things to fix from doe300/VC4CL#41:
fmod- too inaccurate (at least with very large numbers)