Removed most of the __x86_64__ dependencies. Also removed _RT_NESTED_OPENMP
This commit is contained in:
@@ -35,7 +35,7 @@ extern const Settings* settings;
|
||||
|
||||
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
SSEFUNCTION void RawImageSource::boxblur2(float** src, float** dst, float** temp, int H, int W, int box )
|
||||
void RawImageSource::boxblur2(float** src, float** dst, float** temp, int H, int W, int box )
|
||||
{
|
||||
//box blur image channel; box size = 2*box+1
|
||||
//horizontal blur
|
||||
|
Reference in New Issue
Block a user