Revision e5aecbeefd2303b1c6d7a2368498dc68e552786c authored by Steven Johnson on 08 August 2018, 01:04:48 UTC, committed by Steven Johnson on 08 August 2018, 01:04:48 UTC
We don't want c++11, as we don't want static locals to get thread-sync helper code (which c++11 mandates); previously, we didn't specify any version, which left us at the mercy of the system compiler (which might have defaulted to c++11). Choosing gnu++98 is arbitrary but gives us a predictable baseline across common build environments.
1 parent ea9c863
History
File Mode Size
sim_qurt
GenGen.cpp -rw-r--r-- 132 bytes
RunGen.cpp -rw-r--r-- 44.3 KB
RunGenStubs.cpp -rw-r--r-- 556 bytes
binary2cpp.cpp -rw-r--r-- 1.6 KB
build_halide_h.cpp -rw-r--r-- 2.8 KB
find_inverse.cpp -rw-r--r-- 8.3 KB
halide_benchmark.h -rw-r--r-- 7.2 KB
halide_config.bzl.tpl -rw-r--r-- 95 bytes
halide_config.cmake.tpl -rw-r--r-- 82 bytes
halide_image.h -rw-r--r-- 747 bytes
halide_image_info.h -rw-r--r-- 10.4 KB
halide_image_io.h -rw-r--r-- 63.7 KB
halide_malloc_trace.h -rw-r--r-- 3.3 KB
halide_trace_config.h -rw-r--r-- 18.8 KB
makelib.sh -rwxr-xr-x 2.2 KB
mex_halide.m -rw-r--r-- 4.0 KB

back to top