HomeOfAviSynthPlusEvolution / neo_Vague_Denoiser

GNU General Public License v2.0
7 stars 1 forks source link

EXEC_BAD_ACCESS AVX #2

Open l33tmeatwad opened 3 years ago

l33tmeatwad commented 3 years ago

After compiling on macOS (had to add #include for core.cpp, core_SSE.cpp, & core_AVX.cpp) I'm getting a EXEC_BAD_ACCESS (code=1, address=0x0) as it attempts to run AVX, Debug pulls me to this line of code in the core_AVX.cpp:

hLowSize[0] = (width + 1) >> 1;