Yes, batching is on by default since SDL 2.0.10 and can be explicitly enabled using:
SDL_SetHint ("SDL_RENDER_BATCHING", "1") ;
(I’ve used the literal string rather than the #defined SDL_HINT_RENDER_BATCHING
so it will still build with older SDL headers).