Opened 8 years ago
Closed 8 years ago
#6089 closed defect (fixed)
gdal_grid may crash when compiled with ICC
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.1 |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
If AVX is available at compile time, but not at runtime, CPLHaveRuntimeAVX() will crash because it is placed in gdalgridavx.cpp, which is compiled by icc with -mavx, thus generating AVX instructions
Change History (1)
comment:1 by , 8 years ago
Milestone: | → 2.0.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
trunk r29913, branches/2.0 r29914 "Fix crash on gdalgrid when compiled with ICC when AVX isn't available at runtime (#6089)"