arb_compute_shader: Add test for double-precision arithmetic in combination with large group size.
Large enough group sizes require SIMD32 code generation on recent Intel hardware, which has regressed several times in master in combination with 64-bit types. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111566 Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>