mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
2c7a123ed8
clang pretends to be gcc 4.2.0 which means we will use inline asm for no reason, instead of builtins on clang when possible. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This is Carotene, a low-level library containing optimized CPU routines that are useful for computer vision algorithms.