Nicolas Winkler %!s(int64=5) %!d(string=hai) anos
pai
achega
83e303670c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libmandel/include/CpuGenerators.h

+ 1 - 1
libmandel/include/CpuGenerators.h

@@ -96,7 +96,7 @@ class mnd::CpuGenerator<float, mnd::X86_AVX_FMA, parallel> : public MandelGenera
 {
 public:
     inline CpuGenerator(void) :
-        MandelGenerator{ mnd::Precision::DOUBLE, mnd::X86_AVX_FMA }
+        MandelGenerator{ mnd::Precision::FLOAT, mnd::X86_AVX_FMA }
     {
     }
     virtual void generate(const MandelInfo& info, float* data);